Azuki Ambush Redemption
Verified contract
Active on
Ethereum with 1,255 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 "Azuki Ambush Redemption"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19339141 | 9 months ago | | | 0 | 0.0011856887 | |
| 19036664 | 10 months ago | | | 0 | 0.00075395197 | |
| 18902409 | a year ago | | | 0 | 0.00072358978 | |
| 18803576 | a year ago | | | 0 | 0.00068757780 | |
| 18214984 | a year ago | | | 0 | 0.00053314800 | |
| 17589579 | a year ago | | | 0 | 0.00075704663 | |
| 17540966 | a year ago | | | 0 | 0.00033120926 | |
| 17152556 | 2 years ago | | | 0 | 0.0011057909 | |
| 17101661 | 2 years ago | | | 0 | 0.00077218673 | |
| 17064370 | 2 years ago | | | 0 | 0.0012777771 |
ABI
ABI objects
Getter at block 21313822
name() view returns (string)
Azuki Ambush Redemption
owner() view returns (address)
0x2ae6b0630ebb4d155c6e04fcb16840ffa77760aa
paused() view returns (bool)
false
redemptionLive() view returns (bool)
false
symbol() view returns (string)
AAREDEMPTION
Read-only
balanceOf(address account, uint256 id) view returns (uint256)
balanceOfBatch(address[] accounts, uint256[] ids) view returns (uint256[])
getNumRedeemed(address addr) view returns (uint256[14])
getNumTokens(address addr) view returns (uint256[14])
isApprovedForAll(address account, address operator) view returns (bool)
numRedeemed(address, uint8) view returns (uint256)
royaltyInfo(uint256 _tokenId, uint256 _salePrice) view returns (address, uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
uri(uint256) view returns (string)
State-modifying
Events airdrop(address[] receivers, uint8[] productVariants, uint256 chunkNum)
burn(address account, uint256 id, uint256 value)
burnBatch(address account, uint256[] ids, uint256[] values)
ownerMint(address to, uint256 amount, uint8 productVariant)
pause()
redeem(uint8[] productVariants, uint256[] amounts)
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)
setNameAndSymbol(string _newName, string _newSymbol)
setRedemptionLive(bool value)
setTokenUri(string newUri)
transferOwnership(address newOwner)
unpause()
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.
ChunkAlreadyProcessed()
MismatchedArrays()
RedemptionNotLive()