Aopanda Party SBT Memorial
Verified contract
Active on
Ethereum with 1,428 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 "Aopanda Party SBT Memorial"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16952991 | 2 years ago | | | 0 | 0.0049671600 | |
| 16882814 | 2 years ago | | | 0 | 0.0027643800 | |
| 16747977 | 2 years ago | | | 0 | 0.0019004871 | |
| 16725825 | 2 years ago | | | 0 | 0.0017560126 | |
| 16691194 | 2 years ago | | | 0 | 0.0022104360 | |
| 16691179 | 2 years ago | | | 0 | 0.0024276233 | |
| 16663491 | 2 years ago | | | 0 | 0.0026448153 | |
| 16661831 | 2 years ago | | | 0 | 0.0022981819 | |
| 16660796 | 2 years ago | | | 0 | 0.0018510392 | |
| 16644772 | 2 years ago | | | 0 | 0.0033218588 |
ABI
ABI objects
Getter at block 21171499
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
alcount() view returns (uint256)
1
baseExtension() view returns (string)
.json
baseURI() view returns (string)
https://nft.aopanda.ainy-llc.com/apcp2022/metadata/
cost() view returns (uint256)
1000000000000000
limitGroup() view returns (uint256)
0
maxSupply() view returns (uint256)
3000
merkleRoot() view returns (bytes32)
0x3054b1727ce898b273a85f8dbbd8a6466d8db63fd579b196d30adb08458c5448
name() view returns (string)
Aopanda Party SBT Memorial
paused() view returns (bool)
true
symbol() view returns (string)
APSM
tokenuri() view returns (address)
0x0000000000000000000000000000000000000000
totalSupply() view returns (uint256)
1404
walletfamily() view returns (address)
0x0000000000000000000000000000000000000000
Read-only
balanceOf(address owner) view returns (uint256)
explicitOwnershipOf(uint256 tokenId) view returns (struct IERC721ATokenOwnership)
explicitOwnershipsOf(uint256[] tokenIds) view returns (struct IERC721ATokenOwnership[])
getAlExit(address _address, uint256 _amountMax, uint256 _group, bytes32[] _merkleProof) view returns (bool)
getAlRemain(address _address, uint256 _amountMax, uint256 _group, bytes32[] _merkleProof) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getRoleAdmin(bytes32 role) view returns (bytes32)
hasRole(bytes32 role, address account) view returns (bool)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
setApprovalForAll(address, bool) pure
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
tokensOfOwner(address owner) view returns (uint256[])
tokensOfOwnerIn(address owner, uint256 start, uint256 stop) view returns (uint256[])
State-modifying
Events airdropMint_array(address[] _airdropAddresses, uint256[] _UserMintAmount)
alMint(uint256 _mintAmount, uint256 _amountMax, uint256 _group, bytes32[] _merkleProof)
alMintPayable(uint256 _mintAmount, uint256 _amountMax, uint256 _group, bytes32[] _merkleProof) payable
approve(address, uint256) payable
burn(uint256 burnTokenId)
grantRole(bytes32 role, address account)
incAlcount()
mintPayable(uint256 _mintAmount) payable
pause(bool _state)
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
safeTransferFrom(address from, address to, uint256 tokenId) payable
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data) payable
setBaseExtension(string _newBaseExtension)
setBaseURI(string _newBaseURI)
setCost(uint256 _value)
setLimitGroup(uint256 _value)
setMaxSupply(uint256 _maxSupply)
setMerkleRoot(bytes32 _merkleRoot)
setTokenURI(address _tokenuri)
setWalletFamily(address _walletfamily)
transferFrom(address from, address to, uint256 tokenId) payable
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
ConsecutiveTransfer(uint256 indexed fromTokenId, uint256 toTokenId, address indexed from, address indexed to)
RoleAdminChanged(bytes32 indexed role, bytes32 indexed previousAdminRole, bytes32 indexed newAdminRole)
RoleGranted(bytes32 indexed role, address indexed account, address indexed sender)
RoleRevoked(bytes32 indexed role, address indexed account, address indexed sender)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor()
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
BalanceQueryForZeroAddress()
InvalidQueryRange()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()