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 |
---|---|---|---|---|---|
USDT | ERC-20 | 260 | $1.002 |
$260.52 |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21224171 | 3 days ago | | | 0 | 0.00092515355 | |
| 21222204 | 4 days ago | | | 0 | 0.00093263087 | |
| 21221633 | 4 days ago | | | 0 | 0.00047969582 | |
| 21221515 | 4 days ago | | | 0 | 0.00057630838 | |
| 21221488 | 4 days ago | | | 0 | 0.00058726505 | |
| 21221463 | 4 days ago | | | 0 | 0.00086839112 | |
| 21214697 | 5 days ago | | | 0 | 0.00054055443 | |
| 21213069 | 5 days ago | | | 0 | 0.00083101146 | |
| 21208838 | 5 days ago | | | 0 | 0.00071977478 | |
| 21208783 | 5 days ago | | | 0 | 0.00066704565 |
ABI
ABI objects
Getter at block 21248189
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
ERC712_VERSION() view returns (string)
1
PREDICATE_ROLE() view returns (bytes32)
0x12ff340d0cd9c652c747ca35727e68c547d0f0bfa7758d2e77f75acef481b4f2
decimals() view returns (uint8)
18
getChainId() view returns (uint256)
1
getDomainSeperator() view returns (bytes32)
0xd8f568135d43a4da3b03b4bf8ae84ff341072009585c0b822baef25c6d0fb09b
name() view returns (string)
Dolz
symbol() view returns (string)
DOLZ
totalSupply() view returns (uint256)
264412231923670062215080055
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)
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)
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)
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)
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_, uint256 initialSupply_)
This contract contains no fallback and receive objects.
This contract contains no error objects.