Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($99.86)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
DMTR | ERC-20 | 837.956635 | $0.119176 |
$99.86 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21158529 | 23 minutes ago | | | 0 | 0.00076693031 | |
| 21158424 | 44 minutes ago | | | 0 | 0.00052211392 | |
| 21158362 | an hour ago | | | 0 | 0.0011524165 | |
| 21158333 | an hour ago | | | 0 | 0.0012592207 | |
| 21158053 | 2 hours ago | | | 0 | 0.0012200137 | |
| 21158050 | 2 hours ago | | | 0 | 0.0012323486 | |
| 21158048 | 2 hours ago | | | 0 | 0.0011540657 | |
| 21157846 | 3 hours ago | | | 0 | 0.0015922940 | |
| 21157651 | 3 hours ago | | | 0 | 0.00036576837 | |
| 21157650 | 3 hours ago | | | 0 | 0.00036981350 |
ABI
ABI objects
Getter at block 21158641
PERMIT_TYPEHASH() view returns (bytes32)
0x6e71edae12b1b97f4d1f60370fef10105fa2faae0126114a169c64845d6126c9
TRANSFER_WITH_AUTHORIZATION_TYPEHASH() view returns (bytes32)
0x7c7c6cdb67a18743f49ec6fa9b35f50d52ed05cbed4cc592e13b44501c1a2267
decimals() view returns (uint8)
18
getChainId() view returns (uint256 chainId)
1
getDomainSeparator() view returns (bytes32)
0x045e3bbc46848d5c3e570865e9e6555f8e7025319d4659b5ffe9ceda32c4c975
name() view returns (string)
CREDI
symbol() view returns (string)
CREDI
timelock() view returns (address)
0x19068f0cfe9ac76434b097ff1d87a262ca1a5ada
totalSupply() view returns (uint256)
943573880000000000000000000
Read-only
allowance(address, address) view returns (uint256)
authorizationState(address, bytes32) view returns (bool)
balanceOf(address) view returns (uint256)
nonces(address) view returns (uint256)
State-modifying
Events approve(address spender, uint256 value) returns (bool)
burn(uint256 value) returns (bool)
changeTimelock(address _timelock)
mint(address to, uint256 value) returns (bool)
permit(address owner, address spender, uint256 value, uint256 deadline, uint8 v, bytes32 r, bytes32 s)
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
transferWithAuthorization(address from, address to, uint256 value, uint256 validAfter, uint256 validBefore, bytes32 nonce, uint8 v, bytes32 r, bytes32 s)
Approval(address indexed owner, address indexed spender, uint256 value)
AuthorizationUsed(address indexed authorizer, bytes32 indexed nonce)
TimelockUpdated(address indexed timelock)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address _timelock)
This contract contains no fallback and receive objects.
This contract contains no error objects.