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 |
---|---|---|---|---|---|
NFT | ERC-20 | 25.937371M | $0.00 |
$12.86 | |
HQG | ERC-20 | 1 | -- | -- |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21246563 | 2 hours ago | | | 0 | 0.00068453646 | |
| 21240495 | a day ago | | | 0 | 0.00053642079 | |
| 21227750 | 3 days ago | | | 0 | 0.00044931232 | |
| 21227281 | 3 days ago | | | 0 | 0.00044796842 | |
| 21218732 | 4 days ago | | | 0 | 0.00050546332 | |
| 21218656 | 4 days ago | | | 0 | 0.00052401213 | |
| 21211622 | 5 days ago | | | 0 | 0.00046958491 | |
| 21211430 | 5 days ago | | | 0 | 0.00052482342 | |
| 21202796 | 6 days ago | | | 0 | 0.00056563645 | |
| 21192776 | 8 days ago | | | 0 | 0.00060814675 |
ABI
ABI objects
Getter at block 21247292
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
ERC712_VERSION() view returns (string)
1
PREDICATE_ROLE() view returns (bytes32)
0x12ff340d0cd9c652c747ca35727e68c547d0f0bfa7758d2e77f75acef481b4f2
decimals() view returns (uint8)
6
getChainId() pure returns (uint256)
1
getDomainSeperator() view returns (bytes32)
0xa04d8dd0d7966aa7a18ffeaeb4054975a2652fc862e7dc2f9a4bb59ca713a9a4
name() view returns (string)
APENFT
symbol() view returns (string)
NFT
totalSupply() view returns (uint256)
220878797970497145
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(bytes32 role, address account)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mint(address user, uint256 amount)
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(string name_, string symbol_)
This contract contains no fallback and receive objects.
This contract contains no error objects.