Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x2358…a68b
Balances ($0.00)
No balances found for "Sunbirds"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16707288 | 2 years ago | | | 0 | 0.0013430733 | |
| 16139909 | 2 years ago | | | 0 | 0.00091842589 | |
| 15107021 | 2 years ago | | | 0 | 0.00043178958 | |
| 14962530 | 2 years ago | | | 0 | 0.0081451956 | |
| 14905516 | 3 years ago | | | 0 | 0.0023236350 | |
| 14796043 | 3 years ago | | | 0 | 0.00057413489 | |
| 14795747 | 3 years ago | | | 0 | 0.00056083802 | |
| 14795740 | 3 years ago | | | 0 | 0.0012035575 | |
| 14731032 | 3 years ago | | | 0 | 0.041966280 | |
| 14730939 | 3 years ago | | | 0 | 0.24863640 |
ABI
ABI objects
Getter at block 21394387
contractURI() view returns (string)
name() view returns (string)
Sunbirds
owner() view returns (address)
0xb74ae442aea821df0cb603624830dfb08aa7c31f
symbol() view returns (string)
SUNBIRD
totalSupply() view returns (uint256)
6499
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)
bifurcateToken(uint256 tokenId)
burn(uint256 tokenId)
emitTransfers(uint256[] tokenId, address[] from, address[] to)
giftAirdrop(address[] recipients)
isContractOwner() returns (bool)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBurnAirdrop(bool setBurn)
setTargetContract(address contractAddress)
setURI(string baseURI)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
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.