Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
1 additional
variable
Balances ($0.00)
No balances found for "AKUMAZ"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17031390 | 2 years ago | | | 0 | 0.0012485032 | |
| 16835780 | 2 years ago | | | 0 | 0.0015276442 | |
| 16835155 | 2 years ago | | | 0 | 0.0017166523 | |
| 16572212 | 2 years ago | | | 0 | 0.0010820880 | |
| 16555259 | 2 years ago | | | 0 | 0.0011236677 | |
| 16552097 | 2 years ago | | | 0 | 0.0020210518 | |
| 16552095 | 2 years ago | | | 0 | 0.00057713707 | |
| 16550523 | 2 years ago | | | 0 | 0.0014084920 | |
| 16549949 | 2 years ago | | | 0.019 | 0.0050799551 | |
| 16549523 | 2 years ago | | | 0.038 | 0.0044418182 |
ABI
ABI objects
Getter at block 21306907
OPERATOR_FILTER_REGISTRY() view returns (address)
0x000000000000aaeb6d7670e522a718067333cd4e
PHASE_MAX_SUPPLY() view returns (uint256)
1222
cost() view returns (uint256)
19000000000000000
costWL() view returns (uint256)
19000000000000000
maxPerTx() view returns (uint256)
2
maxPerWallet() view returns (uint256)
2
maxSupply() view returns (uint256)
1222
name() view returns (string)
AKUMAZ
notRevealedURI() view returns (string)
ipfs://QmX6syV4JvnGKry2RvgDoU3mR84EoNuVhzgGBwpHa3Dmt9/hidden.json
owner() view returns (address)
0x1fd9874872c2e9c53fc21023dd912d175371ccaf
paused() view returns (bool)
false
publicMintEnabled() view returns (bool)
true
revealed() view returns (bool)
true
signerAddress() view returns (address)
0x9e99f1a3cc4f5e86d100d845f1e1c0372ce48ec9
symbol() view returns (string)
AKMZ
totalSupply() view returns (uint256)
115
uriPrefix() view returns (string)
ipfs://QmfUXYJKwcJDSHz6XKVVUdRTBxKwbwS97JHtsEHmkC1AfR/
uriSuffix() view returns (string)
.json
whitelistMintEnabled() view returns (bool)
false
Read-only
addressMintedBalance(address) view returns (uint256)
balanceOf(address owner) view returns (uint256)
explicitOwnershipOf(uint256 tokenId) view returns (struct IERC721ATokenOwnership)
explicitOwnershipsOf(uint256[] tokenIds) view returns (struct IERC721ATokenOwnership[])
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
isValidData(address _user, bytes sig) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
recoverSigner(bytes32 message, bytes sig) pure returns (address)
splitSignature(bytes sig) pure returns (uint8, bytes32, bytes32)
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 MassAirdrop(uint256 amount, address[] _receivers)
approve(address operator, uint256 tokenId)
mint(uint256 _mintAmount) payable
mintToAddress(uint256 _mintAmount, address _receiver)
mintWhitelist(uint256 _mintAmount, bytes sig) payable
renounceOwnership()
reveal(bool _state)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
setApprovalForAll(address operator, bool approved)
setCost(uint256 _cost)
setCostWL(uint256 _cost)
setMaxPerTx(uint256 _maxPerTx)
setMaxPerWallet(uint256 _maxPerWallet)
setMaxSupply(uint256 _MaxSupply)
setNotRevealedURI(string _notRevealedURI)
setPaused(bool _state)
setPhaseMaxSupply(uint256 _phaseMaxSupply)
setPublicMintState(bool _state)
setSigner(address _newSigner)
setUriPrefix(string _uriPrefix)
setWLMintState(bool _state)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw()
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)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(address _signerAddress)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApproveToCaller()
BalanceQueryForZeroAddress()
InvalidQueryRange()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OperatorNotAllowed(address operator)
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()