Transactions
Verified contract
Active on
Ethereum with 1,702 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 "Transactions"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20873518 | 2 months ago | | | 0 | 0.00050327125 | |
| 20504422 | 3 months ago | | | 0 | 0.000041582801 | |
| 20053059 | 5 months ago | | | 0 | 0.00017405055 | |
| 19757752 | 7 months ago | | | 0 | 0.00017251235 | |
| 19709652 | 7 months ago | | | 0 | 0.00029534837 | |
| 19664159 | 7 months ago | | | 0 | 0.00028613476 | |
| 19438266 | 8 months ago | | | 0 | 0.0023750281 | |
| 18908311 | a year ago | | | 0 | 0.00046945068 | |
| 18908311 | a year ago | | | 0 | 0.00047019918 | |
| 18908310 | a year ago | | | 0 | 0.00046465923 |
ABI
ABI objects
Getter at block 21210172
OPERATOR_FILTER_REGISTRY() view returns (address)
0x000000000000aaeb6d7670e522a718067333cd4e
amountMinted() view returns (uint256)
1002
blurMaxSupply() view returns (uint256)
9
displayAmountMinted() view returns (uint256)
2009
getTotalMintedSoFar() view returns (uint256)
2009
mintIsOpen() view returns (bool)
true
mintLimitPerTxnAndWallet() view returns (uint256)
3
mintPrice() view returns (uint256)
50000000000000000
name() view returns (string)
Transactions
nominalMaxSupply() view returns (uint256)
2000
owner() view returns (address)
0xf0dbd59b214405ff0b2364dac77ae14662ccfcdd
paymentSplitterAddress() view returns (address)
0x546934997f5f4b23a32303959562e18dd3085cb7
pendingsHolderAirdropMintComplete() view returns (bool)
false
pendingsSupply() view returns (uint256)
998
revealed() view returns (bool)
true
symbol() view returns (string)
TXN
totalSupply() view returns (uint256)
2009
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
mintedByAddress(address) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
uri(uint256 tokenId) view returns (string)
State-modifying
Events ZADMINFINISHPUBLIC()
ZADMINMINTIDTO(address _recipient, uint256 _id)
airdropToBlurVictims(address[] _recipients)
airdropToPendingsHolders(address[] _recipients, uint256[] _ids)
approve(address operator, uint256 tokenId)
mintPublic(uint256 _amount) payable
renounceOwnership()
reveal()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _uri)
setMintIsOpen(bool _mintIsOpen)
setMintPrice(uint256 _mintPrice)
setPaymentSplitterAddress(address _paymentSplitterAddress)
setUnrevealedBaseURI(string _uri)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdrawERC20FromContract(address _to, address _token)
withdrawEthFromContract()
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()
fallback()
receive()
ForwardFailed()
InsufficientFunds()
MathError()
MaxSupplyReached()
MaxSupplyWillBeReached()
MintIsClosed()
OperatorNotAllowed(address operator)
PublicConditionsNotMet()
QueryForNonexistentToken()