Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.02)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
UST | ERC-20 | 1 | $0.024731 |
$0.02 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21230975 | 3 days ago | | | 0 | 0.00075155570 | |
| 21133417 | 16 days ago | | | 0 | 0.00052218290 | |
| 21133340 | 16 days ago | | | 0 | 0.00058307893 | |
| 21114294 | 19 days ago | | | 0 | 0.00020368597 | |
| 21113450 | 19 days ago | | | 0 | 0.00026671189 | |
| 21106831 | 20 days ago | | | 0 | 0.00019062130 | |
| 21104383 | 20 days ago | | | 0 | 0.00018974974 | |
| 21083600 | 23 days ago | | | 0 | 0.00039500032 | |
| 21081049 | 23 days ago | | | 0 | 0.00065861105 | |
| 21057195 | a month ago | | | 0 | 0.00032024854 |
ABI
ABI objects
Getter at block 21249309
EIP712DOMAIN_HASH() view returns (bytes32)
0x8b73c3c69bb8fe3d512ecc4cf759cc79239f7b179b0ffacaa9a75d522b39400f
NAME_HASH() view returns (bytes32)
0x33ef7d8509d7fc60c9fbe6cfb57a52ac1d91ca62f595d3b55c7cbdbb6372f902
PERMIT_TYPEHASH() view returns (bytes32)
0x6e71edae12b1b97f4d1f60370fef10105fa2faae0126114a169c64845d6126c9
TRANSFER_WITH_AUTHORIZATION_TYPEHASH() view returns (bytes32)
0x7c7c6cdb67a18743f49ec6fa9b35f50d52ed05cbed4cc592e13b44501c1a2267
VERSION_HASH() view returns (bytes32)
0xc89efdaa54c0f20c7adf612882df0950f5a951637e0307cdcb4c672f298b8bc6
decimals() view returns (uint8)
18
getChainId() view returns (uint256 chainId)
1
getDomainSeparator() view returns (bytes32)
0xe3d15d418dc5cd66955d841cf1bb7ad1256e138a8236e65c3291d0648909ff3a
initialBalance() view returns (uint256)
0
minter() view returns (address)
0x4d9339dd97db55e3b9bcbe65de39ff9c04d1c2cd
name() view returns (string)
Giveth
symbol() view returns (string)
GIV
totalSupply() view returns (uint256)
1000000000000000000000000000
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)
changeMinter(address newMinter)
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)
ChangeMinter(address indexed minter)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address initialMinter)
This contract contains no fallback and receive objects.
This contract contains no error objects.