GIVToken
Verified contract
Active on
Ethereum with 3,983 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 "GIVToken"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21130479 | 4 days ago | | | 0 | 0.00073935792 | |
| 21114315 | 6 days ago | | | 0 | 0.00029374292 | |
| 20985690 | 24 days ago | | | 0 | 0.00051336178 | |
| 20674758 | 2 months ago | | | 0 | 0.000032240452 | |
| 20530319 | 3 months ago | | | 0 | 0.00019845205 | |
| 20505312 | 3 months ago | | | 0 | 0.000056959488 | |
| 20505306 | 3 months ago | | | 0 | 0.000066094887 | |
| 20446370 | 3 months ago | | | 0 | 0.000056897638 | |
| 20431771 | 3 months ago | | | 0 | 0.00010359204 | |
| 20392495 | 3 months ago | | | 0 | 0.00013309698 |
ABI
ABI objects
Getter at block 21160738
cap() view returns (uint256)
100000000000000000
decimals() view returns (uint8)
8
isOwner() view returns (bool)
false
name() view returns (string)
GIVToken
owner() view returns (address)
0x935b9f467b1c69795740265de0a1a8e6bccf11ec
symbol() view returns (string)
GIV
totalSupply() view returns (uint256)
47946097963065858
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isMinter(address account) view returns (bool)
State-modifying
Events addMinter(address account)
approve(address spender, uint256 amount) returns (bool)
burn(uint256 amount)
burnFrom(address account, uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mint(address account, uint256 amount) returns (bool)
renounceMinter()
renounceOwnership()
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
MinterAdded(address indexed account)
MinterRemoved(address indexed account)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.