@evolutionland/evolution-js
Version:
evolution evolution-js evolutionland evolution-js-sdk evolution-land metaverse
152 lines (151 loc) • 5.62 kB
JSON
[
{
"anonymous": false,
"inputs": [
{ "indexed": false, "internalType": "address", "name": "user", "type": "address" },
{ "indexed": false, "internalType": "uint256", "name": "number", "type": "uint256" },
{ "indexed": false, "internalType": "enum IInterstellarEncoder.ObjectClass", "name": "class", "type": "uint8" }
],
"name": "LargeDraw",
"type": "event"
},
{
"anonymous": true,
"inputs": [
{ "indexed": true, "internalType": "bytes4", "name": "sig", "type": "bytes4" },
{ "indexed": true, "internalType": "address", "name": "guy", "type": "address" },
{ "indexed": true, "internalType": "bytes32", "name": "foo", "type": "bytes32" },
{ "indexed": true, "internalType": "bytes32", "name": "bar", "type": "bytes32" },
{ "indexed": false, "internalType": "uint256", "name": "wad", "type": "uint256" },
{ "indexed": false, "internalType": "bytes", "name": "fax", "type": "bytes" }
],
"name": "LogNote",
"type": "event"
},
{
"anonymous": false,
"inputs": [{ "indexed": true, "internalType": "address", "name": "authority", "type": "address" }],
"name": "LogSetAuthority",
"type": "event"
},
{
"anonymous": false,
"inputs": [{ "indexed": true, "internalType": "address", "name": "owner", "type": "address" }],
"name": "LogSetOwner",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{ "indexed": false, "internalType": "address", "name": "user", "type": "address" },
{ "indexed": false, "internalType": "uint256", "name": "number", "type": "uint256" },
{ "indexed": false, "internalType": "enum IInterstellarEncoder.ObjectClass", "name": "class", "type": "uint8" }
],
"name": "SmallDraw",
"type": "event"
},
{
"inputs": [],
"name": "authority",
"outputs": [{ "internalType": "contract DSAuthority", "name": "", "type": "address" }],
"stateMutability": "view",
"type": "function"
},
{
"inputs": [],
"name": "balanceOfEVO",
"outputs": [
{ "internalType": "uint256", "name": "lands", "type": "uint256" },
{ "internalType": "uint256", "name": "apostles", "type": "uint256" }
],
"stateMutability": "view",
"type": "function"
},
{
"inputs": [],
"name": "element",
"outputs": [{ "internalType": "address", "name": "", "type": "address" }],
"stateMutability": "view",
"type": "function"
},
{
"inputs": [
{ "internalType": "address", "name": "_registry", "type": "address" },
{ "internalType": "address", "name": "_element", "type": "address" }
],
"name": "initialize",
"outputs": [],
"stateMutability": "nonpayable",
"type": "function"
},
{
"inputs": [{ "internalType": "address", "name": "token", "type": "address" }],
"name": "isValidToken",
"outputs": [{ "internalType": "bool", "name": "", "type": "bool" }],
"stateMutability": "view",
"type": "function"
},
{ "inputs": [], "name": "largeDraw", "outputs": [], "stateMutability": "nonpayable", "type": "function" },
{
"inputs": [],
"name": "largeDrawFee",
"outputs": [{ "internalType": "uint256", "name": "", "type": "uint256" }],
"stateMutability": "view",
"type": "function"
},
{
"inputs": [],
"name": "owner",
"outputs": [{ "internalType": "address", "name": "", "type": "address" }],
"stateMutability": "view",
"type": "function"
},
{
"inputs": [],
"name": "registry",
"outputs": [{ "internalType": "contract ISettingsRegistry", "name": "", "type": "address" }],
"stateMutability": "view",
"type": "function"
},
{
"inputs": [{ "internalType": "contract DSAuthority", "name": "authority_", "type": "address" }],
"name": "setAuthority",
"outputs": [],
"stateMutability": "nonpayable",
"type": "function"
},
{
"inputs": [
{ "internalType": "uint256", "name": "_smallDrawFee", "type": "uint256" },
{ "internalType": "uint256", "name": "_largeDrawFee", "type": "uint256" }
],
"name": "setFee",
"outputs": [],
"stateMutability": "nonpayable",
"type": "function"
},
{
"inputs": [{ "internalType": "address", "name": "owner_", "type": "address" }],
"name": "setOwner",
"outputs": [],
"stateMutability": "nonpayable",
"type": "function"
},
{ "inputs": [], "name": "smallDraw", "outputs": [], "stateMutability": "nonpayable", "type": "function" },
{
"inputs": [],
"name": "smallDrawFee",
"outputs": [{ "internalType": "uint256", "name": "", "type": "uint256" }],
"stateMutability": "view",
"type": "function"
},
{ "inputs": [], "name": "start", "outputs": [], "stateMutability": "nonpayable", "type": "function" },
{ "inputs": [], "name": "stop", "outputs": [], "stateMutability": "nonpayable", "type": "function" },
{
"inputs": [],
"name": "stopped",
"outputs": [{ "internalType": "bool", "name": "", "type": "bool" }],
"stateMutability": "view",
"type": "function"
}
]