MEGA 404 Fridge
Verified contract
Active on
Ethereum with 8,267 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
2 additional
variables
Balances ($0.00)
No balances found for "MEGA 404 Fridge"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20742613 | 2 months ago | | | 0 | 0.00031965917 | |
| 20560558 | 3 months ago | | | 0 | 0.000022172435 | |
| 20497037 | 3 months ago | | | 0 | 0.000055292000 | |
| 20424045 | 4 months ago | | | 0 | 0.000045746858 | |
| 20319814 | 4 months ago | | | 0 | 0.00021230062 | |
| 20158472 | 5 months ago | | | 0 | 0.00010421986 | |
| 20134753 | 5 months ago | | | 0 | 0.00037044469 | |
| 19974774 | 6 months ago | | | 0 | 0.00017983225 | |
| 19971436 | 6 months ago | | | 0 | 0.00040804200 | |
| 19495306 | 8 months ago | | | 0 | 0.00040879119 |
ABI
ABI objects
Getter at block 21206364
DEV() view returns (string)
Viperware Labs 🧪
OPERATOR_FILTER_REGISTRY() view returns (address)
0x000000000000aaeb6d7670e522a718067333cd4e
_baseURL() view returns (string)
ipfs://bafybeiczwov5r7im7ewohcf5tuynpjqts2dnwg3asepbdhcodvrzndod4m/
burner() view returns (address)
0x469338a54ae35c18c0a38823f2a5cf4eea248c73
contractURI() pure returns (string)
isPublicMint() view returns (bool)
false
isWhitelistMint() view returns (bool)
true
maxPerTransaction() view returns (uint256)
2
maxPerWallet() view returns (uint256)
1
maxSupply() view returns (uint256)
4404
mintableSupply() view returns (uint256)
4404
name() view returns (string)
MEGA 404 Fridge
owner() view returns (address)
0x997cefd22458bfba80a29dfbc65fe80cd80daaff
prerevealURL() view returns (string)
publicPrice() view returns (uint256)
30000000000000000
root() view returns (bytes32)
0x7ac0813e3a3aebb0bc073313ebd7ac467034d2ef2c120598496e4a01eb5ed85f
suffix() view returns (string)
.json
symbol() view returns (string)
M404FRIDGE
totalSupply() view returns (uint256)
1584
whitelistPrice() view returns (uint256)
0
withdrawAddress() view returns (address)
0x112dc0acac7dc10236779a1c36158e2fea09b689
Read-only
balanceOf(address owner) view returns (uint256)
explicitOwnershipOf(uint256 tokenId) view returns (struct IERC721ATokenOwnership)
explicitOwnershipsOf(uint256[] tokenIds) view returns (struct IERC721ATokenOwnership[])
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
isOwnerOf(uint256 _tokenId, address _owner) view returns (bool)
isValid(bytes32[] proof, bytes32 leaf) view returns (bool)
mintedCount(address owner) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
tokensOfOwner(address owner) view returns (uint256[])
tokensOfOwnerIn(address owner, uint256 start, uint256 stop) view returns (uint256[])
State-modifying
Events airdrop(address to, uint256 count)
airdropMultiAddress(address[] receivers, uint256 count)
approve(address to, uint256 tokenId) payable
burnForAddress(uint256 index)
publicMint(uint256 count) 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)
setBaseURI(string url)
setBurner(address _burner)
setMaxPerTransaction(uint256 _max)
setMaxPerWallet(uint256 _max)
setMaxSupply(uint256 newMaxSupply)
setMintableSupply(uint256 newMintableSupply)
setPublicPrice(uint256 _price)
setPublicState(bool value)
setRoot(bytes32 _root)
setSuffix(string _suffix)
setWhitelistPrice(uint256 _price)
setWhitelistState(bool value)
transferFrom(address from, address to, uint256 tokenId) payable
transferOwnership(address newOwner)
whitelistMint(uint256 count, bytes32[] proof) payable
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()
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
BalanceQueryForZeroAddress()
InvalidQueryRange()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OperatorNotAllowed(address operator)
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()