PropertyDraw
Verified contract
Active on
Ethereum with 565 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 "PropertyDraw"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15795859 | 2 years ago | | | 0 | 0.0046505347 | |
| 15790693 | 2 years ago | | | 0 | 0.0096280161 | |
| 15790568 | 2 years ago | | | 0 | 0.010192472 | |
| 15790566 | 2 years ago | | | 0 | 0.0093969327 | |
| 15790564 | 2 years ago | | | 0 | 0.010399338 | |
| 15790560 | 2 years ago | | | 0 | 0.0097933614 | |
| 15790559 | 2 years ago | | | 0 | 0.0091377048 | |
| 15790479 | 2 years ago | | | 0 | 0.0089863906 | |
| 15790478 | 2 years ago | | | 0 | 0.0097673466 | |
| 15790476 | 2 years ago | | | 0 | 0.010825952 |
ABI
ABI objects
Getter at block 21207493
CONTRACT_ROLE() view returns (bytes32)
0x364d3d7565c7a8300c96fd53e065d19b65848d7b23b3191adcd55621c744223c
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
UPDATER_ROLE() view returns (bytes32)
0x73e573f9566d61418a34d5de3ff49360f9c51fec37f7486551670290f6285dab
Read-only
getRoleAdmin(bytes32 role) view returns (bytes32)
hasRole(bytes32 role, address account) view returns (bool)
supportsInterface(bytes4 interfaceId) view returns (bool)
verifyDraw(string city, uint32 buildingId) view returns (bool)
verifyWinner(string city, uint32 buildingId, uint256 passportId) view returns (bool)
viewDrawRecording(string city, uint32 buildingId) view returns (string)
State-modifying
Events addTheRolesForContractCalls(address winContract, address wlContract)
grantRole(bytes32 role, address account)
recordOffChainWinner(string city, uint32 buildingId, string buildingName, uint256 winnerId, string recording)
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
setPartnerContracts(address wl, address win)
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)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.