CityBuildingValidator
Verified contract
Active on
Ethereum with 1,088 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "CityBuildingValidator"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 10085952 | 5 years ago | | | 0 | 0.00019700800 | |
| 10081633 | 5 years ago | | | 0 | 0.00030200800 | |
| 10048647 | 5 years ago | | | 0 | 0.000098462000 | |
| 10040423 | 5 years ago | | | 0 | 0.00019700800 | |
| 10032169 | 5 years ago | | | 0 | 0.00019700800 | |
| 10028314 | 5 years ago | | | 0 | 0.00019700800 | |
| 10024483 | 5 years ago | | | 0 | 0.00039401600 | |
| 10024347 | 5 years ago | | | 0 | 0.00039401600 | |
| 10024196 | 5 years ago | | | 0 | 0.00039401600 | |
| 10024070 | 5 years ago | | | 0 | 0.00039401600 |
ABI
ABI objects
Getter at block 21248241
buildingMappingsArray() view returns (uint256[])
[30, 31, 32, 33, 34]
city() view returns (uint256)
1
currentRotation() view returns (uint256)
2
exteriorMappingsArray() view returns (uint256[])
[59, 77, 89, 103, 116, 73, 106]
partner() view returns (address)
0x860e21abcc3b9c10635a65c8a3bc7f1ba692211c
platform() view returns (address)
0x64c971d7e3c0483fa97a7714ec55d1e1943731c7
rotation() view returns (uint256)
2
Read-only
buildingBaseMappings(uint256, uint256, uint256) view returns (uint256)
buildingBaseMappingsArray(uint256 _building) view returns (uint256[])
buildingBodyMappings(uint256, uint256, uint256) view returns (uint256)
buildingBodyMappingsArray(uint256 _building) view returns (uint256[])
buildingMappings(uint256, uint256) view returns (uint256)
buildingRoofMappings(uint256, uint256, uint256) view returns (uint256)
buildingRoofMappingsArray(uint256 _building) view returns (uint256[])
exteriorMappings(uint256, uint256) view returns (uint256)
validate(uint256 _building, uint256 _base, uint256 _body, uint256 _roof, uint256 _exterior) view returns (bool)
State-modifying
Events updateBuildingBaseMappings(uint256 _rotation, uint256 _building, uint256[] _params)
updateBuildingBodyMappings(uint256 _rotation, uint256 _building, uint256[] _params)
updateBuildingMappings(uint256 _rotation, uint256[] _params)
updateBuildingRoofMappings(uint256 _rotation, uint256 _building, uint256[] _params)
updateExteriorMappings(uint256 _rotation, uint256[] _params)
updateRotation(uint256 _rotation)
This contract contains no event objects.
constructor(address _platform, uint256 _city)
This contract contains no fallback and receive objects.
This contract contains no error objects.