Groocoin
Verified contract
Active on
Ethereum with 1,575 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 "Groocoin"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15098425 | 2 years ago | | | 0 | 0.0018947263 | |
| 11078682 | 4 years ago | | | 0 | 0.00078896901 | |
| 10294007 | 4 years ago | | | 0 | 0.0019325601 | |
| 10146408 | 5 years ago | | | 0 | 0.0012071598 | |
| 9763452 | 5 years ago | | | 0 | 0.000075203920 | |
| 9687753 | 5 years ago | | | 0 | 0.000093544000 | |
| 9615132 | 5 years ago | | | 0 | 0.00015866000 | |
| 9605204 | 5 years ago | | | 0 | 0.00012064800 | |
| 9553451 | 5 years ago | | | 0 | 0.00048259200 | |
| 9330079 | 5 years ago | | | 0 | 0.000040216000 |
ABI
ABI objects
Getter at block 21389906
decimals() view returns (uint256)
18
name() view returns (string)
Groocoin
owner() view returns (address)
0x7869d5cab428276103c2db69d939633434f0d3e9
paused() view returns (bool)
false
symbol() view returns (string)
GROO
totalSupply() view returns (uint256)
30000000000000000000000000000
Read-only
allowance(address _owner, address _spender) view returns (uint256 remaining)
balanceOf(address _owner) view returns (uint256 balance)
lockStatus(address _address) view returns (uint256)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool)
burn(uint256 _value)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool success)
increaseApproval(address _spender, uint256 _addedValue) returns (bool success)
lock(address _address, uint256 _time)
pause()
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
transferOwnership(address newOwner)
unpause()
Approval(address indexed owner, address indexed spender, uint256 value)
Burn(address indexed burner, uint256 value)
Lock(address indexed locker, uint256 time)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Pause()
Transfer(address indexed from, address indexed to, uint256 value)
Unpause()
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.