OnChainBirds
Verified contract
Active on
Ethereum with 17,673 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 15 additional slots
-
variable spans 55 additional slots
-
variable spans 6 additional slots
-
variable spans 23 additional slots
-
variable spans 80 additional slots
-
variable spans 1 additional slot
7 additional
variables
Balances ($0.00)
No balances found for "OnChainBirds"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21159079 | 2 days ago | | | 0 | 0.0018809620 | |
| 21153042 | 3 days ago | | | 0 | 0.00059453323 | |
| 21142183 | 4 days ago | | | 0 | 0.00090380153 | |
| 21129673 | 6 days ago | | | 0 | 0.00089635167 | |
| 21104864 | 9 days ago | | | 0 | 0.000095869800 | |
| 21103495 | 10 days ago | | | 0 | 0.000096268433 | |
| 20952151 | a month ago | | | 0 | 0.00050618660 | |
| 20931525 | a month ago | | | 0 | 0.00060760295 | |
| 20874257 | a month ago | | | 0 | 0.00044756781 | |
| 20802839 | 2 months ago | | | 0 | 0.00017429966 |
ABI
ABI objects
Getter at block 21172796
MAX_SUPPLY() view returns (uint256)
10000
imageDataLocked() view returns (bool)
true
maxPerTx() view returns (uint256)
10
name() view returns (string)
OnChainBirds
nestingIsOpen() view returns (bool)
true
owner() view returns (address)
0x7cccea14281dec91a7d745e1d6cd1d309d546e08
price() view returns (uint256)
3000000000000000
symbol() view returns (string)
OCBIRD
totalSupply() view returns (uint256)
10000
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getDNA(uint256 tokenId) view returns (struct OnChainBirdsDNA)
isApprovedForAll(address owner, address operator) view returns (bool)
nestingPeriod(uint256 tokenId) view returns (bool nesting, uint256 current, uint256 total)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
tokensOfOwner(address owner) view returns (uint256[])
State-modifying
Events approve(address to, uint256 tokenId)
expelFromNest(uint256 tokenId)
mint(uint256 quantity) payable
raffleUnmintedSpecials()
renounceOwnership()
rerollClone(uint256 tokenId1, uint256 tokenId2)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setNestingOpen()
setPrice(uint256 newPrice)
toggleNesting(uint256[] tokenIds)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
transferWhileNesting(address from, address to, uint256 tokenId)
uploadImages1(uint256[][][][7] defaultdata)
uploadImages2(uint256[][][] bodydata)
uploadImages3(uint256[][][4] specialbodydata, uint256[][6][4] legenbodydata, uint8[2592] cpalette, uint256[7][8] _masks, bytes32[][16] _traitnames)
withdraw()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
ConsecutiveTransfer(uint256 indexed fromTokenId, uint256 toTokenId, address indexed from, address indexed to)
FallbackRaffle(uint256 tokenId)
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()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()