RR/AZUKI
Verified contract
Active on
Ethereum with 1,549 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($6.33)
Native
Value
$6.33
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.002 | $3,164.97 |
$6.33 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16863804 | 2 years ago | | | 0 | 0.00076126490 | |
| 15608358 | 2 years ago | | | 0 | 0.00011497320 | |
| 15422399 | 2 years ago | | | 0 | 0.00049902940 | |
| 15333366 | 2 years ago | | | 0 | 0.00058205894 | |
| 15288698 | 2 years ago | | | 0 | 0.00025447980 | |
| 15244030 | 2 years ago | | | 0 | 0.00020933188 | |
| 15238546 | 2 years ago | | | 0 | 0.0012317368 | |
| 15221575 | 2 years ago | | | 0 | 0.00027021545 | |
| 15208024 | 2 years ago | | | 0 | 0.00018874736 | |
| 15207188 | 2 years ago | | | 0 | 0.00025739147 |
ABI
ABI objects
Getter at block 21176505
baseURI() view returns (string)
maxFreeAmount() view returns (uint256)
3555
maxFreePerTx() view returns (uint256)
5
maxFreePerWallet() view returns (uint256)
20
maxPerTx() view returns (uint256)
5
maxSuply() view returns (uint256)
10000
maxSupply() view returns (uint256)
5555
name() view returns (string)
RR/AZUKI
owner() view returns (address)
0x6164b25f4af4e99c03582ed731455148737a3ba9
price() view returns (uint256)
2000000000000000
symbol() view returns (string)
RR/AZUKI
totalSupply() view returns (uint256)
4379
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
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)
mint(uint256 amount) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string uri)
setMaxFreeAmount(uint256 _amount)
setMaxFreePerWallet(uint256 _amount)
setPrice(uint256 _newPrice)
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)
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.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerIndexOutOfBounds()
OwnerQueryForNonexistentToken()
TokenIndexOutOfBounds()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()