Gold TOWER Chest
Verified contract
Active on
Ethereum with 63 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 "Gold TOWER Chest"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18768993 | a year ago | | | 0 | 0.00087440184 | |
| 18768992 | a year ago | | | 0 | 0.0012227339 | |
| 17409532 | a year ago | | | 0 | 0.00054512995 | |
| 17409528 | a year ago | | | 0 | 0.00094872016 | |
| 16836652 | 2 years ago | | | 0 | 0.00070048590 | |
| 16836648 | 2 years ago | | | 0 | 0.0010014893 | |
| 16773240 | 2 years ago | | | 0 | 0.00095206162 | |
| 16773239 | 2 years ago | | | 0 | 0.0015118362 | |
| 15742983 | 2 years ago | | | 0 | 0.00031042876 | |
| 15742980 | 2 years ago | | | 0 | 0.00049294858 |
ABI
ABI objects
Getter at block 21161651
DOMAIN_SEPARATOR() view returns (bytes32)
0x76ffc591c57b30bfe27df25ba7acacfb5c3176160e0419e2ce7c125ea689ffcb
decimals() view returns (uint8)
18
name() view returns (string)
Gold TOWER Chest
owner() view returns (address)
0x09d3a896d834c5dbdd8ad236eae9c910e0273e6e
symbol() view returns (string)
TWR.GOLD
tokenURI() view returns (string)
https://assets.crazydefenseheroes.com/opensea/metadata/gold_chest_metadata.json
totalSupply() view returns (uint256)
500000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
nonces(address) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
State-modifying
Events approve(address spender, uint256 value) returns (bool)
burn(uint256 amount) returns (bool)
burnFrom(address from, uint256 value) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
multiTransfer(address[] recipients, uint256[] amounts) returns (bool)
multiTransferFrom(address from, address[] recipients, uint256[] values) returns (bool)
permit(address owner, address spender, uint256 value, uint256 deadline, uint8 v, bytes32 r, bytes32 s)
renounceOwnership()
safeTransfer(address to, uint256 amount, bytes data) returns (bool)
safeTransferFrom(address from, address to, uint256 amount, bytes data) returns (bool)
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
transferOwnership(address newOwner)
updateTokenURI(string tokenURI_)
Approval(address indexed _owner, address indexed _spender, uint256 _value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed _from, address indexed _to, uint256 _value)
constructor(string name, string symbol, uint8 decimals, string version, string tokenURI, address holder, uint256 totalSupply)
This contract contains no fallback and receive objects.
This contract contains no error objects.