Collectible Trumps

Verified contract

Active on Ethereum with 240 txns
Deployed by via 0x0e3c8f72 at 16199974
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "Collectible Trumps"

0xfd52c702059068fd3564a2e79172334ccec3183b32291260ee1718f822449886
0x698d6fdd580e345e312023374bcd102a45d0dafd20847ea634395d505ead1461
0xf62e7b71fb70b625d13bc02c25a7004a56a70203ee038ef1eeea9e99337a4503
0xc40f14df3121ff2416d6ff4c0c185bd4acb2089222ef2de6c9c5b7ace601f495
0xbdd0a2dd5a22de6211a7c42bf700d51393b831c0d35112f1d818436b6122d0e3
0x0bf7c15d061b09d6b9dfc6e14fd80024780773a55213a1c01be5e87866cba3a4
0x0b589dd1f8d1e65aea23003a848cbe38b8673b54e84141544129000ff1cc1b1f
0x24697300b28889faacf7a3099be753dca76ac6685d59f901f451b14b60986c20
0x32048b19c7669a14d2d2c8de02bebd9bcc7af4a68b239034be6c5cb8d4660b05
0xcc3f675a61ab5e2108faafdc925a8ccae2488053979978490ae594ae4241cc7f

Functions
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 ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 _tokenIdview returns (string)
State-modifying
Mint(uint256 quantitypayable 
approve(address touint256 tokenIdpayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenIdpayable 
safeTransferFrom(address fromaddress touint256 tokenIdbytes _datapayable 
setApprovalForAll(address operatorbool approved
setURI(string URI
toggleSale(
transferFrom(address fromaddress touint256 tokenIdpayable 
transferOwnership(address newOwner
withdraw(
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
ConsecutiveTransfer(uint256 indexed fromTokenIduint256 toTokenIdaddress indexed fromaddress indexed to
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(string Namestring Symbol
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
BalanceQueryForZeroAddress(
MintERC2309QuantityExceedsLimit(
MintToZeroAddress(
MintZeroQuantity(
OwnerQueryForNonexistentToken(
OwnershipNotInitializedForExtraData(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(