AquariumDeParis
Verified contract
Active on
Ethereum with 70 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "AquariumDeParis"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19044005 | 10 months ago | | | 0 | 0.0013810686 | |
| 16835644 | 2 years ago | | | 0 | 0.00086618283 | |
| 16668163 | 2 years ago | | | 0.14 | 0.0030796061 | |
| 16608999 | 2 years ago | | | 0 | 0.00065157169 | |
| 16576161 | 2 years ago | | | 0.14 | 0.0031157766 | |
| 16549377 | 2 years ago | | | 0 | 0.0015081510 | |
| 16541301 | 2 years ago | | | 0.14 | 0.0044236358 | |
| 16479177 | 2 years ago | | | 0 | 0.00067937705 | |
| 16356295 | 2 years ago | | | 0.14 | 0.0026910456 | |
| 16355388 | 2 years ago | | | 0.14 | 0.0031551490 |
ABI
ABI objects
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(address) view returns (uint256)
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId) payable
changeOwner(address newOwner)
flipReleaved()
mint(address minter, uint256 amount) payable
mintReserved(uint256 amount, address to)
pauseContract()
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 newBaseURI)
setMaxMintBatchAmount(uint256 newMax)
setMaxTotalMintsThisStage(uint256 newMax)
setPricePerToken(uint256 newPricePerToken)
setUnrevealedURI(string newUnrevealedURI)
transferFrom(address from, address to, uint256 tokenId) payable
transferOwnership(address newOwner)
unpauseContract()
withdrawAll()
withdrawAmount(uint256 amount)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
ChangeOwner(address newOwner)
ConsecutiveTransfer(uint256 indexed fromTokenId, uint256 toTokenId, address indexed from, address indexed to)
FlipReleaved(bool newState)
Mint(address minter, uint256 amount)
MintReserved(uint256 amount, address to)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
SetBaseURI()
SetMaxMintBatchAmount(uint256 newLimit)
SetMaxTotalMintsThisStage(uint256 newMax)
SetPricePerToken(uint256 newPricePerToken)
SetUnrevealedURI(string newUnrevealedURI)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
Unpaused(address account)
WithdrawAll(uint256 amount)
WithdrawAmount(uint256 amount)
constructor()
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()