Collectible Trumps
Verified contract
Active on
Ethereum with 240 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 "Collectible Trumps"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19851622 | 7 months ago | | | 0 | 0.00017454087 | |
| 18316209 | a year ago | | | 0 | 0.00013771507 | |
| 18252241 | a year ago | | | 0 | 0.00017186847 | |
| 16706379 | 2 years ago | | | 0 | 0.0014320335 | |
| 16637126 | 2 years ago | | | 0 | 0.0026010726 | |
| 16626373 | 2 years ago | | | 0 | 0.00036274811 | |
| 16471677 | 2 years ago | | | 0 | 0.00059095614 | |
| 16463893 | 2 years ago | | | 0 | 0.00084060873 | |
| 16413896 | 2 years ago | | | 0 | 0.0013448247 | |
| 16363799 | 2 years ago | | | 0 | 0.00077508231 |
ABI
ABI objects
Getter at block 21418217
IS_SALE_ACTIVE() view returns (bool)
true
MAX_PER_TX() view returns (uint16)
5
MAX_SUPPLY() view returns (uint256)
222
PRICE() view returns (uint256)
3000000000000000
name() view returns (string)
Collectible Trumps
owner() view returns (address)
0x1d96c0203c7c89a320615a1df063116d63a03adb
symbol() view returns (string)
CT
totalSupply() view returns (uint256)
222
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 Mint(uint256 quantity) payable
approve(address to, uint256 tokenId) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId) payable
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data) payable
setApprovalForAll(address operator, bool approved)
setURI(string URI)
toggleSale()
transferFrom(address from, address to, uint256 tokenId) payable
transferOwnership(address newOwner)
withdraw()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
ConsecutiveTransfer(uint256 indexed fromTokenId, uint256 toTokenId, address indexed from, address indexed to)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string Name, string Symbol)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()