IamaiArt
Verified contract
Active on
Ethereum with 1,560 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 "IamaiArt"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20859603 | 2 months ago | | | 0 | 0.00028309279 | |
| 19838115 | 7 months ago | | | 0 | 0.00019272658 | |
| 19838021 | 7 months ago | | | 0 | 0.00023509331 | |
| 18228734 | a year ago | | | 0 | 0.0015601800 | |
| 18228734 | a year ago | | | 0 | 0.0015605400 | |
| 18228734 | a year ago | | | 0 | 0.0015605400 | |
| 18228734 | a year ago | | | 0 | 0.0015605400 | |
| 17042046 | 2 years ago | | | 0 | 0.0019120611 | |
| 16981034 | 2 years ago | | | 0 | 0.0015143356 | |
| 16896446 | 2 years ago | | | 0 | 0.0010819593 |
ABI
ABI objects
Getter at block 21380440
_marketplaceApproved() view returns (bool)
false
issuedTokens() view returns (uint256)
26
owner() view returns (address)
0xb2348012d1c4ea59860124615851abb44121544a
Read-only
aiTokens(uint256) view returns (uint256 maxSupply, uint256 maxHolderClaim, uint256 mintStartAt, uint256 mintPublicAt, uint256 mintEndAt, bytes32 merkleRoot, address contractAddress, uint256 pricePerClaim, uint256 pricePerMint)
balanceOf(address account, uint256 id) view returns (uint256)
balanceOfBatch(address[] accounts, uint256[] ids) view returns (uint256[])
exists(uint256 id) view returns (bool)
isApprovedForAll(address account, address operator) view returns (bool)
minted(address, uint256) view returns (bool)
supportsInterface(bytes4 interfaceId) view returns (bool)
totalSupply(uint256 id) view returns (uint256)
uri(uint256 tokenId) view returns (string)
State-modifying
Events claim(uint256 tokenId, bytes32[] merkleProof) payable
mint(uint256 tokenId) payable
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)
setMarketplaceApproved(bool marketplaceApproved)
setURI(string _tokenBaseURI, string _tokenBaseURIExt)
tokenIssue(uint256 _maxSupply, uint256 _maxHolderClaim, uint256 _mintStartAt, uint256 _mintPublicAt, uint256 _mintEndAt, bytes32 _merkleRoot, address _contractAddress, uint256 _pricePerClaim, uint256 _pricePerMint)
tokenUpdate(uint256 _tokenId, uint256 _maxSupply, uint256 _maxHolderClaim, uint256 _mintStartAt, uint256 _mintPublicAt, uint256 _mintEndAt, bytes32 _merkleRoot, address _contractAddress, uint256 _pricePerClaim, uint256 _pricePerMint)
transferOwnership(address newOwner)
withdraw()
ApprovalForAll(address indexed account, address indexed operator, bool approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
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)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.