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 |
---|---|---|---|---|---|
VRA | ERC-20 | 12.981633M | $0.005855 |
$76,002.01 | |
USDT | ERC-20 | 14.120189K | $0.999908 |
$14,118.89 | |
TSUKA | ERC-20 | 84.655582K | $0.012248 |
$1,036.87 | |
SHIB | ERC-20 | 35.134481M | $0.000026 |
$899.44 | |
SAITO | ERC-20 | 105.830484K | $0.006239 |
$660.24 | |
BBTC | ERC-20 | 0.0007 | $98,711.00 |
$69.1 | |
USDC | ERC-20 | 36.834075 | $0.999287 |
$36.81 | |
HOGE | ERC-20 | 425.358459K | $0.000037 |
$15.94 | |
SLP | ERC-20 | 2.97K | $0.003736 |
$11.1 | |
OMI | ERC-20 | 20.000751K | $0.00033 |
$6.61 |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21265333 | 2 minutes ago | | | 0 | 0.0013988949 | |
| 21265331 | 3 minutes ago | | | 0 | 0.0014883654 | |
| 21265327 | 3 minutes ago | | | 0 | 0.0011632867 | |
| 21265317 | 5 minutes ago | | | 0 | 0.0014022822 | |
| 21265313 | 6 minutes ago | | | 0 | 0.00081700430 | |
| 21265310 | 7 minutes ago | | | 0 | 0.0010841457 | |
| 21265307 | 7 minutes ago | | | 0 | 0.0010217000 | |
| 21265300 | 9 minutes ago | | | 0 | 0.0014549571 | |
| 21265297 | 9 minutes ago | | | 0 | 0.0013518856 | |
| 21265294 | 10 minutes ago | | | 0 | 0.0014337317 |
ABI
ABI objects
Getter at block 21265342
BLOCK_ROLE() view returns (bytes32)
0xefe866497efea00aa7574b13e86f62ebb584dfdf8dd4654ccc38107eb91840b8
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
MINTER_ROLE() view returns (bytes32)
0x9f2df0fed2c77648de5860a4cc508cd0818c85b8b8a1ab4ceeef8d981c8956a6
PAUSER_ROLE() view returns (bytes32)
0x65d7a28e3265b37a6474929f336521b332c1681b933f6cb9f3376673440d862a
_mintingFinished() view returns (bool)
false
decimals() pure returns (uint8)
18
defaultOperators() view returns (address[])
[]
granularity() view returns (uint256)
1
isFinishedMinting() view returns (bool)
false
name() view returns (string)
VERA
paused() view returns (bool)
false
symbol() view returns (string)
VRA
totalSupply() view returns (uint256)
97208103467169697046687842654
Read-only
allowance(address holder, address spender) view returns (uint256)
balanceOf(address tokenHolder) view returns (uint256)
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)
isBlockListed(address account) view returns (bool)
isOperatorFor(address operator, address tokenHolder) view returns (bool)
State-modifying
Events approve(address spender, uint256 value) returns (bool)
authorizeOperator(address operator)
blockAccount(address account)
burn(uint256 amount, bytes data)
finishMinting() returns (bool)
grantRole(bytes32 role, address account)
mint(address account, uint256 amount, bytes userData, bytes operatorData)
operatorBurn(address account, uint256 amount, bytes data, bytes operatorData)
operatorSend(address sender, address recipient, uint256 amount, bytes data, bytes operatorData)
pause()
renounceRole(bytes32 role, address account)
revokeOperator(address operator)
revokeRole(bytes32 role, address account)
send(address recipient, uint256 amount, bytes data)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address holder, address recipient, uint256 amount) returns (bool)
unblockAccount(address account)
unpause()
Approval(address indexed owner, address indexed spender, uint256 value)
AuthorizedOperator(address indexed operator, address indexed tokenHolder)
Blocked(address account)
Burned(address indexed operator, address indexed from, uint256 amount, bytes data, bytes operatorData)
MintFinished()
Minted(address indexed operator, address indexed to, uint256 amount, bytes data, bytes operatorData)
Paused(address account)
RevokedOperator(address indexed operator, address indexed tokenHolder)
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)
Sent(address indexed operator, address indexed from, address indexed to, uint256 amount, bytes data, bytes operatorData)
Transfer(address indexed from, address indexed to, uint256 value)
Unblocked(address account)
Unpaused(address account)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.