MOONAKAMI-BIRDS
Verified contract
Active on
Ethereum with 586 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 "MOONAKAMI-BIRDS"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19330873 | 9 months ago | | | 0 | 0.0011693922 | |
| 18739684 | a year ago | | | 0 | 0.0019424823 | |
| 17015792 | 2 years ago | | | 0 | 0.00092586667 | |
| 16682009 | 2 years ago | | | 0 | 0.0011832796 | |
| 16598321 | 2 years ago | | | 0 | 0.0010558948 | |
| 15541251 | 2 years ago | | | 0 | 0.00059309157 | |
| 15524736 | 2 years ago | | | 0 | 0.00044156001 | |
| 15449970 | 2 years ago | | | 0 | 0.00072456661 | |
| 15438845 | 2 years ago | | | 0 | 0.00044360652 | |
| 15363533 | 2 years ago | | | 0 | 0.00067582049 |
ABI
ABI objects
Getter at block 21392377
MAX_PURCHASE_PER_TX() view returns (uint256)
10
max_nfts() view returns (uint256)
3333
name() view returns (string)
MOONAKAMI-BIRDS
owner() view returns (address)
0xafe6cd0a8ece917da087c9c8d58e09280f8f70cb
saleIsActive() view returns (bool)
true
symbol() view returns (string)
MOONAKAMI-BIRDS
totalSupply() view returns (uint256)
3333
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)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
changePauseStatus()
mint(uint256 quantity) 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 newBaseUri)
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()
MaxSupplyExceeded()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
QuantityToMintTooHigh()
SaleIsNotActive()
TheCallerIsAnotherContract()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()