The Rat Trap

Verified contract

Active on Ethereum with 1,076 txns
Deployed by via 0xad0e06de at 15691759
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 2 additional slots
Native
Value $1.51
0x590c3fe1baaf13b7992c9f779c4ab56f8803fef7545f0970972d3f84db7b4e8a
0xddc9490c1b452ebda189d922d8ade2b931a74aa948b3dd9e39060e315ddcfdf9
0xf20570e29e68a2b7e8ffb70d3850533ce485b0f5e6175688fb95fd0dbf6c33fc
0x9b5d6aa3d461ffa66370b9f910378e8e22c20667272f9dafded15fa93bc48f01
0x3657122e89ea02f5bc8b0e569edf38c5e38e79afdadc3fc3d95d5115d7577339
0xff2c619d596aa870d42cdaf2434d04bee2ecc1efdc56be1f4e38e508a7b7df7a
0x0b85801d586db9ddb6f19d455f7039fc2aa68f56f50c983ebacc485c91fe6086
0x63387ea97518c4980fdd1e648b1e39bf5d3e3682d79d0d2cae4a3a55293dcfb4
0xfe7a09643d1330c05c9d7e447fafdc3a67ec65459418812438cd44746bc574c6
0x58a602a71c1037f34d186aa9aac2aecca7d36552d33b32c6aa67c9d85d9028be

Functions
Getter at block 20883160
ListWhitelistMerkleRoot(view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
Price(view returns (uint256)
0
allowedToContract(view returns (bool)
false
getMaxSupply(view returns (uint256)
5555
isPublicSaleOn(view returns (bool)
false
maxPerAddressDuringMint(view returns (uint256)
10
maxSupply(view returns (uint256)
5555
name(view returns (string)
The Rat Trap
nextOwnerToExplicitlySet(view returns (uint256)
0
owner(view returns (address)
0x0dd1054cc0eff9864a3c65efd4ba17cdebff49ed
saleConfig(view returns (uint32 publicMintStartTimeuint32 MintStartTimeuint256 Priceuint256 AmountForWhitelist)
(publicMintStartTime=1665093784, MintStartTime=1665093784, Price=0, AmountForWhitelist=10)
symbol(view returns (string)
TRT
totalSupply(view returns (uint256)
5952
Read-only
_addressTransferToContract(addressview returns (bool)
_transferToContract(uint256view returns (bool)
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
getOwnershipData(uint256 tokenIdview returns (struct ERC721ATokenOwnership)
isApprovedForAll(address owneraddress operatorview returns (bool)
isInTheWhitelist(bytes32[] _merkleProofview returns (bool)
numberMinted(address ownerview returns (uint256)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenByIndex(uint256 indexview returns (uint256)
tokenOfOwnerByIndex(address owneruint256 indexview returns (uint256)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
InitInfoOfSale(uint32 publicMintStartTimeuint32 mintStartTimeuint256 priceuint256 amountForWhitelist
PublicMint(uint256 quantitypayable 
approve(address touint256 tokenId
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setAllowAddressToContract(address[] _addressbool[] _allow
setAllowToContract(
setAllowTokenToContract(uint256 _tokenIdbool _allow
setApprovalForAll(address operatorbool approved
setBaseURI(string baseURI
setListWhitelistMerkleRoot(bytes32 _merkleRoot
setMintStartTime(uint32 timestamp
setPublicMintStartTime(uint32 timestamp
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(uint256 maxBatchSize_uint256 collectionSize_
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(