_461

Verified contract

Active on Ethereum with 561 txns
Deployed by via 0x25b04311 at 15638395
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Native
Value $163.27
0x6e9e4a2148df2f5a7c26cf95cff75310b8640039e47e078f2a5ac9ab81a9f5af
0x6f4a167639b910ffeed0239d6699cebefcb975373c0d3553a3491b1abb34c1eb
0x87ca1ecd5944f286d5cc4700a7dc0a80c46b88554b993045bd768a0f3f619cf0
0x0b2244f74e6486d5fde73bc716795ed05c3e4225833268f83e67cccb9dc351f4
0x60b5678f2a670b30bc07b8add6b0e19992e2ec293eb8b2df073492c23f5d480f
0xaba08bdb3df47b191606ad87295e2d4fd6c7330afcf6b5def845e7ac2f1ae7d4
0xdc36c110e424ea2c81302afe07afe27c0fede611a5eecda3b00783b0a499b288
0x20284c7e2bd6915c7df6b3773163c40a6d5db601103452ed6fc7630a744adedd
0x368eca1d0848be1f6672c0b844e50f4b37264d2edf90c5dd17a174b7acf21b4c
0xd21820af36b49142d640ea93c805bea8e51e1628ef344d12c8f85c018e4601e6

Functions
Getter at block 20870330
COST(view returns (uint256)
2000000000000000
MAX_FREE_PER_WALLET(view returns (uint256)
1
MAX_PER_MINUTE(view returns (uint256)
46
MAX_SUPPLY(view returns (uint256)
461
contractURI(view returns (string)
ipfs://QmUvhuwoQxkTHUybZenzjfsvVH1LCX5ZTDWx4RcAz9RF6u
name(view returns (string)
461
symbol(view returns (string)
461
totalSupply(view returns (uint256)
461
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)
timer(uint256view returns (uint256)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
approve(address touint256 tokenId
freeMint(
mint(uint256 amountpayable 
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setCost(uint256 _new
setData(string _contractstring _base
setFreeMintAmount(uint256 _new
transferFrom(address fromaddress touint256 tokenId
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
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(
Fallback and receive

This contract contains no fallback and receive objects.

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