GIX Coin
Verified contract
Active on
Ethereum with 1,400 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
No balances found for "GIX Coin"
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21084277 | 11 days ago | | | 0 | 0.00036662878 | |
| 21049521 | 16 days ago | | | 0 | 0.00029016391 | |
| 20488236 | 3 months ago | | | 0 | 0.00011607287 | |
| 20440722 | 3 months ago | | | 0 | 0.00010907635 | |
| 20410790 | 3 months ago | | | 0 | 0.000062904159 | |
| 20410064 | 3 months ago | | | 0 | 0.000043712739 | |
| 20410057 | 3 months ago | | | 0 | 0.000039963232 | |
| 20410056 | 3 months ago | | | 0 | 0.000040675712 | |
| 20410054 | 3 months ago | | | 0 | 0.000041513731 | |
| 20410053 | 3 months ago | | | 0 | 0.000041498701 |
ABI
ABI objects
Getter at block 21160641
cap() view returns (uint256)
1000000000000000000000000000
decimals() view returns (uint256)
18
name() view returns (string)
GIX Coin
symbol() view returns (string)
GIX
totalSupply() view returns (uint256)
268103766349557780000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isAdmin(address account) view returns (bool)
isMinter(address account) view returns (bool)
isPaused(address account) view returns (bool)
State-modifying
Events addAdmin(address account)
addMinter(address account)
approve(address spender, uint256 value) returns (bool)
burn(address account, uint256 amount)
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)
mint(address account, uint256 amount, bool shouldPause) returns (bool)
pauseAccount(address account)
renounceAdmin()
renounceMinter()
resumeAccount(address account)
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
AccountPaused(address indexed account)
AccountResumed(address indexed account)
AdminAdded(address indexed account)
AdminRemoved(address indexed account)
Approval(address indexed owner, address indexed spender, uint256 value)
MinterAdded(address indexed account)
MinterRemoved(address indexed account)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.