Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x35f6…dbe2
0x3f3c…90ec
0x5d2c…bef4
0x1e1e…1b55
0x295b…ec8c
Balances ($784.42)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
XI | ERC-20 | 87.8109K | $0.005018 |
$440.62 | |
RHO | ERC-20 | 26.405556 | $13.02 |
$343.8 | |
KAPPA | ERC-20 | 70.406459 | -- | -- | |
GAMMA | ERC-20 | 52.217808 | -- | -- | |
BETA | ERC-20 | 33.95 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18712802 | a year ago | | | 0 | 0.015420291 | |
| 18642079 | a year ago | | | 0 | 0.014503994 | |
| 17462429 | a year ago | | | 0 | 0.0058872118 | |
| 17320799 | a year ago | | | 0 | 0.024595068 | |
| 17239728 | 2 years ago | | | 0 | 0.0096967484 | |
| 17239727 | 2 years ago | | | 0 | 0.019768362 | |
| 16975253 | 2 years ago | | | 0 | 0.0098392761 | |
| 16956081 | 2 years ago | | | 0 | 0.0097903774 | |
| 15264961 | 2 years ago | | | 0 | 0.0011781639 | |
| 15257290 | 2 years ago | | | 0 | 0.0070911959 |
ABI
ABI objects
Getter at block 21220548
BETA_RHO_SUPPLY() view returns (uint256)
6790000000000000000000
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
MAX_X() view returns (uint256)
1200
MAX_Y() view returns (uint256)
1080
PIXEL_X_PRICE() view returns (uint256)
56583333333333333
PIXEL_Y_PRICE() view returns (uint256)
62870370370370370
PRICE_ROLE() view returns (bytes32)
0xd4656a873938c6a54143cf99a88af3386da566bdef9cba62b37bbb4b88969b2d
SECOND_PRICE() view returns (uint256)
100000000000000000
TREASURER_ROLE() view returns (bytes32)
0x3496e2e73c4d42b75d702e60d9e48102720b8691234415963a5a857b86425d07
VALIDATOR_ROLE() view returns (bytes32)
0x21702c8af46127c7fa207f89d0b0a8441bb32959a0ac7df790e9ab1a25c98926
betaToken() view returns (address)
0x35f67c1d929e106fdff8d1a55226afe15c34dbe2
bookingsCount() view returns (uint256)
45
gammaToken() view returns (address)
0x1e1eed62f8d82ecfd8230b8d283d5b5c1ba81b55
kappaToken() view returns (address)
0x5d2c6545d16e3f927a25b4567e39e2cf5076bef4
rhoToken() view returns (address)
0x3f3cd642e81d030d7b514a2ab5e3a5536beb90ec
treasury() view returns (address)
0x1f7c453a4cccbf826a97f213706ee72b79dba466
xiToken() view returns (address)
0x295b42684f90c77da7ea46336001010f2791ec8c
Read-only
bookings(uint256) view returns (uint16 x, uint16 y, uint16 width, uint16 height, bool validated, uint256 time, uint256 duration, bytes32 sha, address owner)
getRoleAdmin(bytes32 role) view returns (bytes32)
hasRole(bytes32 role, address account) view returns (bool)
receipts(uint256) view returns (uint256 betaAmount, uint256 rhoAmount, uint256 kappaAmount, uint256 gammaAmount, uint256 xiAmount)
supportsInterface(bytes4 interfaceId) view returns (bool)
State-modifying
Events cancelSubmission(uint256 id)
grantRole(bytes32 role, address account)
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
setBetaAndRhoDivisor(uint256 divisor)
setTreasury(address _treasury)
setXiDivisor(uint256 divisor)
submit(uint16 x, uint16 y, uint16 width, uint16 height, uint256 time, uint256 duration, bytes32 sha, uint256 computedKappaAmount, uint256 computedGammaAmount)
validate(uint256 id, bool accept, bool returnFunds)
BOOKED(uint256 id)
CANCELLED(uint256 id)
REJECTED(uint256 id, bool fundsReturned)
RoleAdminChanged(bytes32 indexed role, bytes32 indexed previousAdminRole, bytes32 indexed newAdminRole)
RoleGranted(bytes32 indexed role, address indexed account, address indexed sender)
RoleRevoked(bytes32 indexed role, address indexed account, address indexed sender)
SUBMISSION(uint256 id, address indexed addr)
constructor(address beta, address rho, address kappa, address gamma, address xi)
This contract contains no fallback and receive objects.
This contract contains no error objects.