Goo Material - Cloth
Verified contract
Active on
Ethereum with 266 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 "Goo Material - Cloth"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 9693073 | 5 years ago | | | 0 | 0.0016539930 | |
| 9692860 | 5 years ago | | | 0 | 0.0012029040 | |
| 9669866 | 5 years ago | | | 0 | 0.000032841327 | |
| 9669849 | 5 years ago | | | 0 | 0.000032841327 | |
| 9504914 | 5 years ago | | | 0 | 0.000070712437 | |
| 9321496 | 5 years ago | | | 0 | 0.0012029040 | |
| 9248513 | 5 years ago | | | 0 | 0.00018191250 | |
| 9248321 | 5 years ago | | | 0 | 0.00090217800 | |
| 9236780 | 5 years ago | | | 0 | 0.00093225060 | |
| 9203106 | 5 years ago | | | 0 | 0.00018356625 |
ABI
ABI objects
Getter at block 21397020
decimals() view returns (uint8)
0
name() view returns (string)
Goo Material - Cloth
symbol() view returns (string)
CLOTH
totalSupply() view returns (uint256)
158018
Read-only
allowance(address tokenOwner, address spender) view returns (uint256)
balanceOf(address tokenOwner) view returns (uint256)
State-modifying
Events approve(address spender, uint256 tokens) returns (bool)
approveAndCall(address spender, uint256 tokens, bytes data) returns (bool)
burn(uint256 amount, address player)
mintCloth(uint256 amount, address player)
recoverAccidentalTokens(address tokenAddress, uint256 tokens)
setOperator(address gameContract, bool isOperator)
transfer(address to, uint256 tokens) returns (bool)
transferFrom(address from, address to, uint256 tokens) returns (bool)
Approval(address indexed tokenOwner, address indexed spender, uint256 tokens)
Transfer(address indexed from, address indexed to, uint256 tokens)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.