@evolutionland/evolution-js
Version:
evolution evolution-js evolutionland evolution-js-sdk evolution-land metaverse
343 lines (342 loc) • 14 kB
JSON
[
{
"anonymous": false,
"inputs": [
{ "indexed": true, "internalType": "uint256", "name": "eventId", "type": "uint256" },
{ "indexed": true, "internalType": "uint256", "name": "landId", "type": "uint256" },
{ "indexed": false, "internalType": "address", "name": "user", "type": "address" },
{ "indexed": false, "internalType": "uint256", "name": "amount", "type": "uint256" }
],
"name": "ChangeAmount",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{ "indexed": true, "internalType": "uint256", "name": "eventId", "type": "uint256" },
{ "indexed": true, "internalType": "uint256", "name": "landId", "type": "uint256" },
{ "indexed": false, "internalType": "address", "name": "user", "type": "address" },
{ "indexed": false, "internalType": "address", "name": "subAddr", "type": "address" }
],
"name": "ChangeSubAddr",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{ "indexed": true, "internalType": "uint256", "name": "eventId", "type": "uint256" },
{ "indexed": true, "internalType": "uint256", "name": "landId", "type": "uint256" },
{ "indexed": false, "internalType": "address", "name": "user", "type": "address" },
{ "indexed": false, "internalType": "uint256", "name": "amount", "type": "uint256" }
],
"name": "Exit",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{ "indexed": true, "internalType": "uint256", "name": "eventId", "type": "uint256" },
{ "indexed": true, "internalType": "uint256", "name": "landId", "type": "uint256" },
{ "indexed": false, "internalType": "address", "name": "user", "type": "address" },
{ "indexed": false, "internalType": "uint256", "name": "amount", "type": "uint256" },
{ "indexed": false, "internalType": "address", "name": "subAddr", "type": "address" },
{ "indexed": false, "internalType": "uint256", "name": "fromLandId", "type": "uint256" },
{ "indexed": false, "internalType": "uint256", "name": "toLandId", "type": "uint256" }
],
"name": "Join",
"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": true, "internalType": "uint256", "name": "eventId", "type": "uint256" },
{ "indexed": true, "internalType": "uint256", "name": "landId", "type": "uint256" },
{ "indexed": false, "internalType": "address", "name": "user", "type": "address" },
{ "indexed": false, "internalType": "uint256", "name": "amount", "type": "uint256" },
{ "indexed": false, "internalType": "address", "name": "subAddr", "type": "address" }
],
"name": "Lose",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{ "indexed": true, "internalType": "uint256", "name": "eventId", "type": "uint256" },
{ "indexed": true, "internalType": "uint256", "name": "landId", "type": "uint256" },
{ "indexed": false, "internalType": "address", "name": "user", "type": "address" },
{ "indexed": false, "internalType": "uint256", "name": "amount", "type": "uint256" },
{ "indexed": false, "internalType": "address", "name": "subAddr", "type": "address" },
{ "indexed": false, "internalType": "uint256", "name": "fromLandId", "type": "uint256" },
{ "indexed": false, "internalType": "uint256", "name": "toLandId", "type": "uint256" }
],
"name": "Win",
"type": "event"
},
{
"inputs": [],
"name": "CONTRACT_LAND_RESOURCE",
"outputs": [{ "internalType": "bytes32", "name": "", "type": "bytes32" }],
"stateMutability": "view",
"type": "function"
},
{
"inputs": [],
"name": "CONTRACT_OBJECT_OWNERSHIP",
"outputs": [{ "internalType": "bytes32", "name": "", "type": "bytes32" }],
"stateMutability": "view",
"type": "function"
},
{
"inputs": [],
"name": "CONTRACT_REVENUE_POOL",
"outputs": [{ "internalType": "bytes32", "name": "", "type": "bytes32" }],
"stateMutability": "view",
"type": "function"
},
{
"inputs": [],
"name": "CONTRACT_RING_ERC20_TOKEN",
"outputs": [{ "internalType": "bytes32", "name": "", "type": "bytes32" }],
"stateMutability": "view",
"type": "function"
},
{
"inputs": [],
"name": "MINI_AMOUNT",
"outputs": [{ "internalType": "uint256", "name": "", "type": "uint256" }],
"stateMutability": "view",
"type": "function"
},
{
"inputs": [],
"name": "authority",
"outputs": [{ "internalType": "contract DSAuthority", "name": "", "type": "address" }],
"stateMutability": "view",
"type": "function"
},
{
"inputs": [
{ "internalType": "uint256", "name": "_eventId", "type": "uint256" },
{ "internalType": "uint256", "name": "_landId", "type": "uint256" },
{ "internalType": "uint256", "name": "_amount", "type": "uint256" },
{ "internalType": "address", "name": "_subAddr", "type": "address" }
],
"name": "change",
"outputs": [],
"stateMutability": "nonpayable",
"type": "function"
},
{
"inputs": [
{ "internalType": "uint256", "name": "_eventId", "type": "uint256" },
{ "internalType": "uint256", "name": "_landId", "type": "uint256" },
{ "internalType": "uint256", "name": "_amount", "type": "uint256" }
],
"name": "changeAmount",
"outputs": [],
"stateMutability": "nonpayable",
"type": "function"
},
{
"inputs": [
{ "internalType": "uint256", "name": "_eventId", "type": "uint256" },
{ "internalType": "uint256", "name": "_landId", "type": "uint256" },
{ "internalType": "address", "name": "_subAddr", "type": "address" }
],
"name": "changeSubAddr",
"outputs": [],
"stateMutability": "nonpayable",
"type": "function"
},
{
"inputs": [{ "internalType": "uint256", "name": "_landId", "type": "uint256" }],
"name": "check",
"outputs": [{ "internalType": "bool", "name": "", "type": "bool" }],
"stateMutability": "view",
"type": "function"
},
{
"inputs": [
{ "internalType": "uint256", "name": "_eventId", "type": "uint256" },
{ "internalType": "uint256", "name": "_landId", "type": "uint256" },
{ "internalType": "bool", "name": "_won", "type": "bool" },
{ "internalType": "bytes32", "name": "_hashmessage", "type": "bytes32" },
{ "internalType": "uint8", "name": "_v", "type": "uint8" },
{ "internalType": "bytes32", "name": "_r", "type": "bytes32" },
{ "internalType": "bytes32", "name": "_s", "type": "bytes32" }
],
"name": "draw",
"outputs": [],
"stateMutability": "nonpayable",
"type": "function"
},
{
"inputs": [{ "internalType": "uint256", "name": "", "type": "uint256" }],
"name": "events",
"outputs": [
{ "internalType": "uint256", "name": "startBlock", "type": "uint256" },
{ "internalType": "uint256", "name": "endBlock", "type": "uint256" },
{ "internalType": "uint256", "name": "finalBlock", "type": "uint256" },
{ "internalType": "uint256", "name": "expireBlock", "type": "uint256" },
{ "internalType": "uint256", "name": "toLandId", "type": "uint256" }
],
"stateMutability": "view",
"type": "function"
},
{
"inputs": [
{ "internalType": "uint256", "name": "_eventId", "type": "uint256" },
{ "internalType": "uint256", "name": "_landId", "type": "uint256" }
],
"name": "exit",
"outputs": [],
"stateMutability": "nonpayable",
"type": "function"
},
{
"inputs": [],
"name": "fromLandId",
"outputs": [{ "internalType": "uint256", "name": "", "type": "uint256" }],
"stateMutability": "view",
"type": "function"
},
{
"inputs": [
{ "internalType": "address", "name": "_registry", "type": "address" },
{ "internalType": "address", "name": "_supervisor", "type": "address" },
{ "internalType": "uint256", "name": "_fromLandId", "type": "uint256" }
],
"name": "initialize",
"outputs": [],
"stateMutability": "nonpayable",
"type": "function"
},
{
"inputs": [
{ "internalType": "uint256", "name": "_eventId", "type": "uint256" },
{ "internalType": "uint256", "name": "_landId", "type": "uint256" },
{ "internalType": "uint256", "name": "_amount", "type": "uint256" },
{ "internalType": "address", "name": "_subAddr", "type": "address" }
],
"name": "join",
"outputs": [],
"stateMutability": "nonpayable",
"type": "function"
},
{
"inputs": [
{ "internalType": "uint256", "name": "_eventId", "type": "uint256" },
{ "internalType": "uint256[]", "name": "_landIds", "type": "uint256[]" },
{ "internalType": "uint256[]", "name": "_amounts", "type": "uint256[]" },
{ "internalType": "address[]", "name": "_subAddrs", "type": "address[]" }
],
"name": "joins",
"outputs": [],
"stateMutability": "nonpayable",
"type": "function"
},
{
"inputs": [
{ "internalType": "uint256", "name": "", "type": "uint256" },
{ "internalType": "uint256", "name": "", "type": "uint256" }
],
"name": "lands",
"outputs": [
{ "internalType": "address", "name": "user", "type": "address" },
{ "internalType": "uint256", "name": "balance", "type": "uint256" },
{ "internalType": "address", "name": "subAddr", "type": "address" }
],
"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": "_eventId", "type": "uint256" },
{ "internalType": "uint256", "name": "_toLandId", "type": "uint256" },
{ "internalType": "uint256", "name": "_start", "type": "uint256" },
{ "internalType": "uint256", "name": "_end", "type": "uint256" },
{ "internalType": "uint256", "name": "_final", "type": "uint256" },
{ "internalType": "uint256", "name": "_expire", "type": "uint256" }
],
"name": "setEvent",
"outputs": [],
"stateMutability": "nonpayable",
"type": "function"
},
{
"inputs": [{ "internalType": "address", "name": "owner_", "type": "address" }],
"name": "setOwner",
"outputs": [],
"stateMutability": "nonpayable",
"type": "function"
},
{
"inputs": [{ "internalType": "address", "name": "_newSupervisor", "type": "address" }],
"name": "setSupervisor",
"outputs": [],
"stateMutability": "nonpayable",
"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"
},
{
"inputs": [],
"name": "supervisor",
"outputs": [{ "internalType": "address", "name": "", "type": "address" }],
"stateMutability": "view",
"type": "function"
}
]