AquariumDeParis

Verified contract

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

No balances found for "AquariumDeParis"

0x936eea53626d515cdbdefcd3397c4a5cc476ea0c4c2189e5f34723cb9c844531
0x9cc295d5f917df03f93dec85efe815f57c983d56c0fe75b4fef753e76d2ed387
0x6eb942e1929f361e941b5b8ccde91b9e83a7bc295a3d9c41ad5ccfc4ed3c6b73
0x5999ee49507e1be1a58246cd2eb6691b769fa10084d2d9bf1ad4c79412a4a773
0x46414f2358bc6e8cad703d3c11889a7550dd541bc545c9979e02c3c1ba95054d
0xc63e3d03dcd9177252b8907719b05aedc332334f5e9faa5c06405c8300b0359a
0xbd8bf2f24b98fa218883a4dae79df3cb6ba145425b0945dc7ec3cec953a08403
0x877bdf311281512a64649d4d1bf985961993fe7f0a9d383b9782ab51358d725e
0xfce9a1fc04642329285812f682b079b4fdcfc0121e3ea2a0a6bd91ca8ce21e6d
0xadb24a90c24ae0df8743812fba281daaf2149af857090caa9a15356a3309b8d7

Functions
Getter at block 21313443
MAX_TOKENS(view returns (uint256)
1234
MAX_TOKENS_PER_WALLET(view returns (uint256)
50
RESERVED_AMOUNT(view returns (uint256)
84
baseTokenURI(view returns (string)
ipfs://QmWFWvBBjEPycUmHbMkbwX5P882wwpKQaadr49hUhsSuZt/
maxMintBatchAmount(view returns (uint256)
50
maxTotalMintsThisStage(view returns (uint256)
1234
name(view returns (string)
Jellyfish - Aquarium de Paris x Metaseum
owner(view returns (address)
0x673667ad603697c8bcb6c5d050f1edf3bbce8241
paused(view returns (bool)
false
pricePerToken(view returns (uint256)
140000000000000000
reservedTokensMinted(view returns (uint256)
31
revealed(view returns (bool)
true
symbol(view returns (string)
METASEUM-JELLY
totalSupply(view returns (uint256)
50
unrevealedURI(view returns (string)
ipfs://QmZxromiAMQNwhVXR52qhdUZS5bwNum7LDzBYW7tVwm8PZ/unreveal.json
Read-only
addressMinted(addressview returns (uint256)
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
approve(address touint256 tokenIdpayable 
changeOwner(address newOwner
flipReleaved(
mint(address minteruint256 amountpayable 
mintReserved(uint256 amountaddress to
pauseContract(
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenIdpayable 
safeTransferFrom(address fromaddress touint256 tokenIdbytes _datapayable 
setApprovalForAll(address operatorbool approved
setBaseURI(string newBaseURI
setMaxMintBatchAmount(uint256 newMax
setMaxTotalMintsThisStage(uint256 newMax
setPricePerToken(uint256 newPricePerToken
setUnrevealedURI(string newUnrevealedURI
transferFrom(address fromaddress touint256 tokenIdpayable 
transferOwnership(address newOwner
unpauseContract(
withdrawAll(
withdrawAmount(uint256 amount
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
ChangeOwner(address newOwner
ConsecutiveTransfer(uint256 indexed fromTokenIduint256 toTokenIdaddress indexed fromaddress indexed to
FlipReleaved(bool newState
Mint(address minteruint256 amount
MintReserved(uint256 amountaddress to
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Paused(address account
SetBaseURI(
SetMaxMintBatchAmount(uint256 newLimit
SetMaxTotalMintsThisStage(uint256 newMax
SetPricePerToken(uint256 newPricePerToken
SetUnrevealedURI(string newUnrevealedURI
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Unpaused(address account
WithdrawAll(uint256 amount
WithdrawAmount(uint256 amount
Constructor
constructor(
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(