Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
No balances found for "Royale"
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21282939 | 2 days ago | | | 0 | 0.00024295791 | |
| 21276617 | 3 days ago | | | 0 | 0.00014534122 | |
| 21276615 | 3 days ago | | | 0 | 0.00015527704 | |
| 21276611 | 3 days ago | | | 0 | 0.00015433614 | |
| 21276608 | 3 days ago | | | 0 | 0.00015530927 | |
| 21276023 | 3 days ago | | | 0 | 0.00075180000 | |
| 21276023 | 3 days ago | | | 0 | 0.00075216000 | |
| 21275985 | 3 days ago | | | 0 | 0.00075180000 | |
| 21275981 | 3 days ago | | | 0 | 0.00075216000 | |
| 21275978 | 3 days ago | | | 0 | 0.00028212449 |
ABI
ABI objects
Getter at block 21296359
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
OPT_OUT_SKIP_ALLOWANCE() view returns (bytes32)
0xc8dc67b3e0474bcfd3cfdbc407b5e942f7db47b09025a1615f7e23b77afdb1e8
TOKEN_MAESTRO_ROLE() view returns (bytes32)
0x29bf8f8f8232ec08f73c722bd39bfd0fc15f8680e63d1c0fbaac438b9f84ecf6
decimals() view returns (uint8)
18
name() view returns (string)
Royale
symbol() view returns (string)
ROY
totalSupply() view returns (uint256)
101000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
getLastCheckIn(address account) view returns (uint256)
getRoleAdmin(bytes32 role) view returns (bytes32)
getVolume(address from, address to) view returns (uint256)
hasRole(bytes32 role, address account) view returns (bool)
supportsInterface(bytes4 interfaceId) view returns (bool)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
burn(uint256 amount)
burnFrom(address account, uint256 amount)
checkIn()
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
grantRole(bytes32 role, address account)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mint(address account, uint256 amount)
multiTransfer(struct ROYTransferInput[] transfers)
multiTransferFrom(struct ROYTransferFromInput[] transferFroms)
optInSkipAllowance()
optOutSkipAllowance()
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
CheckedIn(address account, uint256 timestamp)
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)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(string name, string symbol)
This contract contains no fallback and receive objects.
This contract contains no error objects.