Trash Kingz
Verified contract
Active on
Ethereum with 6,056 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 "Trash Kingz"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20688822 | 3 months ago | | | 0 | 0.000093142484 | |
| 20549702 | 3 months ago | | | 0 | 0.00010715721 | |
| 20495288 | 3 months ago | | | 0 | 0.000065575408 | |
| 20345887 | 4 months ago | | | 0 | 0.00013395206 | |
| 20195552 | 5 months ago | | | 0 | 0.000099934281 | |
| 19773850 | 7 months ago | | | 0 | 0.00094957717 | |
| 19730399 | 7 months ago | | | 0 | 0.00030037849 | |
| 19730195 | 7 months ago | | | 0 | 0.00030503617 | |
| 19517021 | 8 months ago | | | 0 | 0.00094937632 | |
| 19426038 | 8 months ago | | | 0 | 0.0017000631 |
ABI
ABI objects
Getter at block 21245004
FREE_MAX_SUPPLY() view returns (uint256)
1500
MAX_PER_TX() view returns (uint256)
10
MAX_PER_TX_FREE() view returns (uint256)
10
MAX_SUPPLY() view returns (uint256)
10000
isActive() view returns (bool)
false
mintPrice() view returns (uint256)
5500000000000000
name() view returns (string)
Trash Kingz
owner() view returns (address)
0x546250ae2b37287822683d4a4b49db1bf3f21f2e
symbol() view returns (string)
TK
totalSupply() view returns (uint256)
10000
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
mint(uint256 _count) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI)
setMaxMintSupply(uint256 maxMintSupply)
setMaximumAllowedTokens(uint256 _count)
toggleSaleStatus()
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string baseURI)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()