Groovy.finance
Verified contract
Active on
Ethereum with 1,219 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 "Groovy.finance"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21020851 | a month ago | | | 0 | 0.00019397584 | |
| 20907155 | 2 months ago | | | 0 | 0.00048737900 | |
| 19956890 | 6 months ago | | | 0 | 0.00027706397 | |
| 19542212 | 8 months ago | | | 0 | 0.0011037514 | |
| 18855744 | a year ago | | | 0 | 0.00050719474 | |
| 18448501 | a year ago | | | 0 | 0.00035496775 | |
| 17057439 | 2 years ago | | | 0 | 0.00055335081 | |
| 17051674 | 2 years ago | | | 0 | 0.00057180892 | |
| 16829824 | 2 years ago | | | 0 | 0.00064006135 | |
| 15915445 | 2 years ago | | | 0 | 0.00026137393 |
ABI
ABI objects
Getter at block 21261687
decimals() view returns (uint256)
18
initialSupply() view returns (uint256)
42000000000000000000000
name() view returns (string)
Groovy.finance
owner() view returns (address)
0x1f1f04bad2f956266f7ab6a7ce3586533818cfda
symbol() view returns (string)
Gvy
totalSupply() view returns (uint256)
42000000000000000000000
Read-only
allowance(address _owner, address _spender) view returns (uint256 remaining)
balanceOf(address _owner) view returns (uint256 balance)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool hello)
burn(uint256 _value)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool success)
increaseApproval(address _spender, uint256 _addedValue) returns (bool success)
transfer(address _to, uint256 _value) returns (bool trans1)
transferFrom(address _from, address _to, uint256 _value) returns (bool trans)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
Burn(address indexed burner, uint256 value)
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.