Mandelbulb Set Collection
Verified contract
Active on
Ethereum with 32 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 "Mandelbulb Set Collection"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15029421 | 2 years ago | | | 0 | 0.0013044015 | |
| 15009031 | 2 years ago | | | 0 | 0.0017433874 | |
| 14360147 | 3 years ago | | | 0 | 0.00091157185 | |
| 14360070 | 3 years ago | | | 0 | 0.0022400427 | |
| 14360070 | 3 years ago | | | 0 | 0.0029784186 | |
| 14274118 | 3 years ago | | | 0 | 0.0013235141 | |
| 14227147 | 3 years ago | | | 0.12 | 0.0058319886 | |
| 14220155 | 3 years ago | | | 0 | 0.0018555622 | |
| 14205366 | 3 years ago | | | 0 | 0.0043714568 | |
| 14205354 | 3 years ago | | | 0 | 0.0047738359 |
ABI
ABI objects
Getter at block 21091928
amountMinted() view returns (uint256)
34
baseExtension() view returns (string)
.json
baseURI() view returns (string)
ipfs://QmSgQGBQFvTkxxMEjgXr9GU5e4XdG4D417XG8Wn7dL1Ja6/
name() view returns (string)
Mandelbulb Set Collection
notRevealedUri() view returns (string)
ipfs://Qme1BmzRfSt1S7LWiQY382aUZ2R6SgNNcGvp49rQrqdniE
owner() view returns (address)
0xf13299afdffea7bb3eba9c5c98cb9ff537bf9b7a
paused() view returns (bool)
false
preSaleActive() view returns (bool)
false
publicSaleActive() view returns (bool)
true
revealed() view returns (bool)
true
symbol() view returns (string)
BULBS
totalSupply() view returns (uint256)
34
Read-only
addressClaimed(address) view returns (bool)
addressMintedAmounts(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)
presaleMintedAmounts(address) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
walletOfOwner(address _owner) view returns (uint256[])
State-modifying
Events FounderMint(uint256 _mintAmount) payable
OneDMint(uint256 _mintAmount, bytes32[] _Proof) payable
PreSale(bool _state)
PublicMint(uint256 _mintAmount) payable
PublicSale(bool _state)
WhitelistedMint(uint256 _mintAmount, bytes32[] _MerkleProof) payable
approve(address to, uint256 tokenId)
openPreSale(bytes32 _oneDRoot, bytes32 _WLroot)
pause(bool _state)
renounceOwnership()
reveal()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseExtension(string _newBaseExtension)
setBaseURI(string _newBaseURI)
setNotRevealedURI(string _notRevealedURI)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string _name, string _symbol, string _initBaseURI, string _initNotRevealedUri)
This contract contains no fallback and receive objects.
This contract contains no error objects.