AmariArtistPass
Verified contract
Active on
Ethereum with 2,772 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 "AmariArtistPass "
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21233507 | 15 days ago | | | 0 | 0.00046411079 | |
| 21114783 | a month ago | | | 0 | 0.00041015505 | |
| 21105915 | a month ago | | | 0 | 0.000085843091 | |
| 21016638 | a month ago | | | 0 | 0.00024035445 | |
| 20934260 | 2 months ago | | | 0 | 0.00057342405 | |
| 20597949 | 3 months ago | | | 0 | 0.000022123021 | |
| 20570080 | 4 months ago | | | 0 | 0.000050825760 | |
| 20311374 | 5 months ago | | | 0 | 0.00028250090 | |
| 20111284 | 6 months ago | | | 0 | 0.00018089417 | |
| 19867638 | 7 months ago | | | 0 | 0.00017130618 |
ABI
ABI objects
Getter at block 21339033
MAX_SUPPLY() view returns (uint256)
2000
MAX_SUPPLY_ALLOWLIST() view returns (uint256)
400
PRICE_PER_TOKEN() view returns (uint256)
20000000000000000
_metadata() view returns (string)
ipfs://Qmbnwc1vqTMHDyT4hSsGAEaxCdWamiv5c68KPWnDeCDdT2/
allowlistContract() view returns (address)
0x892848074ddea461a15f337250da3ce55580ca85
isAllowlistActive() view returns (bool)
false
isPublicActive() view returns (bool)
false
name() view returns (string)
AmariArtistPass
owner() view returns (address)
0xd0cf9c9917dfbc409ba16447b0c624d673a4f4e8
symbol() view returns (string)
AMAP
totalSupply() view returns (uint256)
2000
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
numMintedPerPersonAllowlist(address) view returns (uint256)
numMintedPerPersonPublic(address) view returns (uint256)
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) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
mintAllowlist()
mintPublic(uint256 _tokenAmount) payable
renounceOwnership()
reserve(address addr, uint256 _tokenAmount)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
sePublicLive(bool _status)
setAdminWallet(address _wallet)
setAllowlistContract(address _contract)
setAllowlistLive(bool _status)
setApprovalForAll(address operator, bool approved)
setMaxAllowlist(uint256 _newMaxAllowlist)
setMaxMintPerWalletAllowlis(uint256 _amount)
setMaxMintPerWalletPublic(uint256 _amount)
setMetadata(string metadata_)
setPrice(uint256 _newPrice)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw() payable
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()
This contract contains no fallback and receive objects.
This contract contains no error objects.