MetaAngelsAdobeAir
Verified contract
Active on
Ethereum with 4,418 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 "MetaAngelsAdobeAir"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19553602 | 8 months ago | | | 0 | 0.00043042217 | |
| 19541971 | 8 months ago | | | 0 | 0.0013530359 | |
| 19384492 | 9 months ago | | | 0 | 0.0039445881 | |
| 18868303 | a year ago | | | 0 | 0.00068760955 | |
| 18629856 | a year ago | | | 0 | 0.0020474927 | |
| 18582783 | a year ago | | | 0 | 0.00053357912 | |
| 18512113 | a year ago | | | 0 | 0.0011598007 | |
| 18490330 | a year ago | | | 0 | 0.0012367449 | |
| 18488293 | a year ago | | | 0 | 0.00098599648 | |
| 18488284 | a year ago | | | 0 | 0.0010756527 |
ABI
ABI objects
Getter at block 21317708
mintEnabled() view returns (bool)
true
mintToken() view returns (uint256)
12
owner() view returns (address)
0x718a3aa8f5c435102c87040b01c609a297fa12c5
paused() view returns (bool)
false
Read-only
balanceOf(address account, uint256 id) view returns (uint256)
balanceOfBatch(address[] accounts, uint256[] ids) view returns (uint256[])
claimedPerToken(uint256, address) view returns (bool)
exists(uint256 id) view returns (bool)
isApprovedForAll(address account, address operator) view returns (bool)
supportsInterface(bytes4 interfaceId) view returns (bool)
totalSupply(uint256 id) view returns (uint256)
uri(uint256 tokenId) view returns (string)
State-modifying
Events adminMint(address[] receivers, uint256 tokenId) payable
mint(bytes32 messageHash, bytes signature, uint256 tokenId) payable
pause()
prepareTokenMint(uint256 tokenId, string _newTokenUri, bool setAsActiveMint)
renounceOwnership()
safeBatchTransferFrom(address from, address to, uint256[] ids, uint256[] amounts, bytes data)
safeTransferFrom(address from, address to, uint256 id, uint256 amount, bytes data)
setApprovalForAll(address operator, bool approved)
setMintEnabled(bool _mintEnabled)
setSignerAddress(address _signerAddress)
setTokenUri(uint256 tokenId, string _newTokenUri)
transferOwnership(address newOwner)
unpause()
withdraw()
ApprovalForAll(address indexed account, address indexed operator, bool approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
TransferBatch(address indexed operator, address indexed from, address indexed to, uint256[] ids, uint256[] values)
TransferSingle(address indexed operator, address indexed from, address indexed to, uint256 id, uint256 value)
URI(string value, uint256 indexed id)
Unpaused(address account)
constructor()
This contract contains no fallback and receive objects.
AlreadyClaimedEror()
InvalidProof()
MintNotEnabled()