Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($97.44)
Native
Value
$97.44
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.025 | $3,897.58 |
$97.44 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18651940 | a year ago | | | 0 | 0.0012086459 | |
| 16680242 | 2 years ago | | | 0 | 0.00072617320 | |
| 15750674 | 2 years ago | | | 0 | 0.00094921624 | |
| 15538785 | 2 years ago | | | 0 | 0.00042723642 | |
| 15210345 | 2 years ago | | | 0 | 0.00034159682 | |
| 15198671 | 2 years ago | | | 0 | 0.00031043360 | |
| 15093431 | 2 years ago | | | 0 | 0.00078878184 | |
| 15066856 | 2 years ago | | | 0 | 0.00047439553 | |
| 14958712 | 2 years ago | | | 0 | 0.0040673591 | |
| 14953132 | 3 years ago | | | 0 | 0.0019578947 |
ABI
ABI objects
Getter at block 21392229
MAX_MILFERS() view returns (uint256)
10000
MINT_PRICE() view returns (uint256)
25000000000000000
baseURI() view returns (string)
ipfs://QmQ6Hht3pWbFjDxui1przvJ7pjJZGLdTowA7S5UcMZsuoc/
name() view returns (string)
Sunbirds
owner() view returns (address)
0xeffc0da958fa9b5b810941028e553d0e3b317908
paused() view returns (bool)
true
symbol() view returns (string)
SUNBIRD
totalSupply() view returns (uint256)
250
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)
hatchSunbirds(uint256 qty) payable
pause()
promoHatch()
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)
unpause()
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)
Paused(address account)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
Unpaused(address account)
constructor()
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
ExceedsMaximumSupply()
InsufficientEther()
MaxQuantityExceeded()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
PromoAlreadyRun()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()