Global Impact Challenge
Verified contract
Active on
Ethereum with 106 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "Global Impact Challenge"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19757287 | 7 months ago | | | 0 | 0.00022399454 | |
| 17603533 | a year ago | | | 0 | 0.00038286969 | |
| 16463611 | 2 years ago | | | 0 | 0.00075178847 | |
| 16281262 | 2 years ago | | | 0 | 0.00041268326 | |
| 16280770 | 2 years ago | | | 0 | 0.00067193422 | |
| 16209245 | 2 years ago | | | 0 | 0.00035992754 | |
| 16022761 | 2 years ago | | | 0 | 0.00056692084 | |
| 15456217 | 2 years ago | | | 0 | 0.00060907321 | |
| 14849495 | 3 years ago | | | 0 | 0.0019968608 | |
| 14780542 | 3 years ago | | | 0 | 0.00095168072 |
ABI
ABI objects
Getter at block 21322243
decimals() view returns (uint8)
18
governance() view returns (address)
0x88685e92331feba6f6dc9d063025817a66aacc1f
name() view returns (string)
Global Impact Challenge
symbol() view returns (string)
IMPACT
totalSupply() view returns (uint256)
76001000083067112552947700000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
minters(address) view returns (bool)
State-modifying
Events addMinter(address _minter)
approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mint(address account, uint256 amount)
removeMinter(address _minter)
setGovernance(address _governance)
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 _longname, string _symbol)
This contract contains no fallback and receive objects.
This contract contains no error objects.