Neonbirds
Verified contract
Active on
Ethereum with 4,721 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 "Neonbirds"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20101263 | 6 months ago | | | 0 | 0.00011759651 | |
| 19113439 | a year ago | | | 0 | 0.00066715860 | |
| 19085219 | a year ago | | | 0 | 0.00069447531 | |
| 18422622 | a year ago | | | 0 | 0.00054610600 | |
| 17553408 | a year ago | | | 0 | 0.00054620969 | |
| 17120027 | 2 years ago | | | 0 | 0.00090426460 | |
| 16974972 | 2 years ago | | | 0 | 0.00097131544 | |
| 16915705 | 2 years ago | | | 0 | 0.00072594567 | |
| 16729097 | 2 years ago | | | 0 | 0.0013735286 | |
| 16712337 | 2 years ago | | | 0 | 0.0011015280 |
ABI
ABI objects
Getter at block 21440018
baseURI() view returns (string)
ipfs://Qma7kTxQtZPpUHwJaCiqtCApRfAw5bUoEYAEnT1SsdzACL/
getBalance() view returns (uint256)
0
isPublicMintEnabled() view returns (bool)
false
maxFreePerTx() view returns (uint256)
2
maxPerTx() view returns (uint256)
5
maxPerWallet() view returns (uint256)
10
maxSupply() view returns (uint256)
6666
mintEnabled() view returns (bool)
false
mintedSupply() view returns (uint256)
5926
name() view returns (string)
Neonbirds
owner() view returns (address)
0x34e1a293b7dbe012a87a2d910458a608416d7c8a
price() view returns (uint256)
6000000000000000
revealed() view returns (bool)
false
symbol() view returns (string)
NB
totalFree() view returns (uint256)
1500
totalSupply() view returns (uint256)
5926
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
mintedWallets(address) view returns (uint256)
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)
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)
setFreeSupply(uint256 newSupply)
setMaxSupply(uint256 maxSupply_)
setPrice(uint256 newPrice)
setSupply(uint256 newSupply)
toggleIsMintEnabled()
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdrawMoney()
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()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()