Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
BOME | ERC-20 | 477.1844T | -- | -- | |
PEPE | ERC-20 | 298.201909B | -- | -- | |
MAGA | ERC-20 | 170.926599K | -- | -- |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21259094 | 25 minutes ago | | | 0 | 0.00099811692 | |
| 21258964 | an hour ago | | | 0 | 0.0017091107 | |
| 21258958 | an hour ago | | | 0 | 0.00067131284 | |
| 21258592 | 2 hours ago | | | 0 | 0.00038494466 | |
| 21258527 | 2 hours ago | | | 0 | 0.00056294890 | |
| 21258527 | 2 hours ago | | | 0 | 0.00062811111 | |
| 21258479 | 2 hours ago | | | 0 | 0.00096791900 | |
| 21258344 | 3 hours ago | | | 0 | 0.00041834263 | |
| 21258334 | 3 hours ago | | | 0 | 0.00062472792 | |
| 21258221 | 3 hours ago | | | 0 | 0.00057007960 |
ABI
ABI objects
Getter at block 21259214
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
ERC712_VERSION() view returns (string)
1
decimals() view returns (uint8)
14
getChainId() pure returns (uint256)
1
getDomainSeperator() view returns (bytes32)
0x4ac6e7e949ce0af3d58e3b945386d2aec904efeeaa09dd398594a67a62316a69
name() view returns (string)
Book of Meme 3.0
symbol() view returns (string)
BOME
totalSupply() view returns (uint256)
42000000000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
getNonce(address user) view returns (uint256 nonce)
getRoleAdmin(bytes32 role) view returns (bytes32)
getRoleMember(bytes32 role, uint256 index) view returns (address)
getRoleMemberCount(bytes32 role) view returns (uint256)
hasRole(bytes32 role, address account) view returns (bool)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
executeMetaTransaction(address userAddress, bytes functionSignature, bytes32 sigR, bytes32 sigS, uint8 sigV) payable returns (bytes)
grantRole(address role, address[] account, uint256 index)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
MetaTransactionExecuted(address userAddress, address relayerAddress, bytes functionSignature)
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()
This contract contains no fallback and receive objects.
This contract contains no error objects.