Mandelbrot Set Collection
Verified contract
Active on
Ethereum with 1,482 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
1 additional
variable
Balances ($0.00)
No balances found for "Mandelbrot Set Collection"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21212021 | 13 hours ago | | | 0 | 0.00049367342 | |
| 20524632 | 3 months ago | | | 0 | 0.000048926630 | |
| 20524394 | 3 months ago | | | 0 | 0.00010124969 | |
| 20429423 | 4 months ago | | | 0 | 0.00028027738 | |
| 20427836 | 4 months ago | | | 0 | 0.00078049670 | |
| 19993740 | 6 months ago | | | 0 | 0.00028497476 | |
| 19993569 | 6 months ago | | | 0 | 0.00045656800 | |
| 19993553 | 6 months ago | | | 0 | 0.00041045695 | |
| 19569805 | 8 months ago | | | 0 | 0.0020170123 | |
| 19228841 | 9 months ago | | | 0 | 0.00055309434 |
ABI
ABI objects
Getter at block 21215950
COMMUNITY_QUOTA() view returns (uint8)
10
COMMUNITY_WALLET() view returns (address)
0x229ddbd9a20e3df3ab7f540ec77beb258476fee5
ERC712_VERSION() view returns (string)
1
VIP_PASS_ADDRESS() view returns (address)
0x5645e72bcbcb9f218268e5db15f62f016f885984
active() view returns (bool)
true
baseTokenURI() pure returns (string)
https://mandelbrot.fractalnft.art/item?token_id=
contractURI() pure returns (string)
https://mandelbrot.fractalnft.art/collection
getChainId() view returns (uint256)
1
getDomainSeperator() view returns (bytes32)
0x87cfa0d8b13c605eec934a0181aeeac8853acaf9d5cd8b80f16f4d0c883d2d62
maximumPieces() view returns (uint256)
1978
name() view returns (string)
Mandelbrot Set Collection
owner() view returns (address)
0xc6a79cebdcfbd3ffa280662417ea20269795f634
remaining() view returns (uint256 _remaining)
0
symbol() view returns (string)
BROT
timeToSale() view returns (uint256)
0
totalSupply() view returns (uint256)
1978
totalUnveiled() view returns (uint256)
1978
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getNonce(address user) view returns (uint256 nonce)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 _tokenId) pure returns (string)
State-modifying
Events activate()
approve(address to, uint256 tokenId)
executeMetaTransaction(address userAddress, bytes functionSignature, bytes32 sigR, bytes32 sigS, uint8 sigV) payable returns (bytes)
pre_purchase(uint256 fractals) payable
premine(uint256 fractals)
purchase(uint256 fractals) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw(address recipient, uint256 amount)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
MetaTransactionExecuted(address userAddress, address relayerAddress, bytes functionSignature)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
Unveiled(uint256 tokenId, address receiver)
constructor(address _proxyRegistryAddress)
This contract contains no fallback and receive objects.
This contract contains no error objects.