oxMoonbirds
Verified contract
Active on
Ethereum with 375 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 "oxMoonbirds"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15171051 | 2 years ago | | | 0 | 0.0010070387 | |
| 15125756 | 2 years ago | | | 0 | 0.00054941801 | |
| 14845242 | 3 years ago | | | 0 | 0.00094601932 | |
| 14683503 | 3 years ago | | | 0 | 0.0010045503 | |
| 14639772 | 3 years ago | | | 0 | 0.00058994631 | |
| 14617193 | 3 years ago | | | 0.025 | 0.0038296466 | |
| 14614976 | 3 years ago | | | 0 | 0.0013404298 | |
| 14609903 | 3 years ago | | | 0 | 0.0014722200 | |
| 14608849 | 3 years ago | | | 0 | 0.00084920421 | |
| 14606240 | 3 years ago | | | 0 | 0.0014147626 |
ABI
ABI objects
Getter at block 21321305
amountForDevs() view returns (uint256)
10
getCollectionSize() view returns (uint256)
5555
getFreeCollectionSize() view returns (uint256)
1000
maxPerAddressDuringMint() view returns (uint256)
20
mintAmount() view returns (uint256)
20
name() view returns (string)
oxMoonbirds
nextOwnerToExplicitlySet() view returns (uint256)
0
owner() view returns (address)
0xeb4308f112f2c52fb8cb00be12cbc6816d975003
price() view returns (uint256)
5000000000000000
revealed() view returns (bool)
false
saleConfig() view returns (uint64 publicPrice)
0
symbol() view returns (string)
oxMB
totalSupply() view returns (uint256)
4717
Read-only
allowlist(address) view returns (uint256)
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getOwnershipData(uint256 tokenId) view returns (struct ERC721ATokenOwnership)
isApprovedForAll(address owner, address operator) view returns (bool)
numberMinted(address owner) view returns (uint256)
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 Mint(uint256 quantity) payable
Mints(uint256 quantity)
approve(address to, uint256 tokenId)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
seedAllowlist(address[] addresses, uint256[] numSlots)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI)
setHiddenURI(string baseURI)
setOwnersExplicit(uint256 quantity)
setRevealed(bool _state)
setamountForDevs(uint256 _newamountForDevs)
setfreemints(uint256 _newfreemints)
setmintAmount(uint256 _newmintAmount)
setprice(uint256 _newprice)
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.
This contract contains no error objects.