GimmerToken
Verified contract
Active on
Ethereum with 187 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 "GimmerToken"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 12886675 | 3 years ago | | | 0 | 0.00036505500 | |
| 12886666 | 3 years ago | | | 0 | 0.00029204400 | |
| 11361003 | 4 years ago | | | 0 | 0.0043102943 | |
| 9446410 | 5 years ago | | | 0 | 0.00013815000 | |
| 9446397 | 5 years ago | | | 0 | 0.00011052000 | |
| 9396123 | 5 years ago | | | 0 | 0.00011512500 | |
| 9235765 | 5 years ago | | | 0 | 0.000027644400 | |
| 8938331 | 5 years ago | | | 0 | 0.000063457680 | |
| 8327640 | 5 years ago | | | 0 | 0.000096404000 | |
| 8327591 | 5 years ago | | | 0 | 0.000096404000 |
ABI
ABI objects
Getter at block 21180751
decimals() view returns (uint8)
18
mintingFinished() view returns (bool)
false
name() view returns (string)
GimmerToken
owner() view returns (address)
0xdf35a8572e8c107e17803f7af2fc48b6c226c6a4
symbol() view returns (string)
GMR
totalSupply() view returns (uint256)
6194563669173944202224375
Read-only
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _owner) view returns (uint256 balance)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool)
finishMinting() returns (bool)
increaseApproval(address _spender, uint256 _addedValue) returns (bool)
mint(address _to, uint256 _amount) returns (bool)
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
Mint(address indexed to, uint256 amount)
MintFinished()
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.