Give Global
Verified contract
Active on
Ethereum with 570 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
No balances found for "Give Global"
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21138140 | 10 days ago | | | 0 | 0.0013211825 | |
| 20949296 | a month ago | | | 0 | 0.00045166257 | |
| 20578962 | 3 months ago | | | 0 | 0.000072748323 | |
| 20577236 | 3 months ago | | | 0 | 0.00014668599 | |
| 20305263 | 4 months ago | | | 0 | 0.00021118593 | |
| 20202059 | 5 months ago | | | 0 | 0.000078246174 | |
| 20123437 | 5 months ago | | | 0 | 0.00022307840 | |
| 20072188 | 5 months ago | | | 0 | 0.00036214981 | |
| 19504854 | 8 months ago | | | 0 | 0.00084823365 | |
| 19350622 | 9 months ago | | | 0 | 0.0018250966 |
ABI
ABI objects
Getter at block 21207712
decimals() view returns (uint8)
18
name() view returns (string)
Give Global
supply() view returns (uint256)
888888888000000000000000000
symbol() view returns (string)
GIVE
totalSupply() view returns (uint256)
888888888000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
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)
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.