Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($1,248.57)
Native
Value
$1,248.57
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
Eth | Native | 0.377 | $3,311.85 |
$1,248.57 | |
LZPZ | ERC-20 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22907593 | 6 hours ago | | | 0.0015 | 0.0000033876511 | |
| 22900925 | 10 hours ago | | | 0.0015 | 0.0000039281197 | |
| 22900557 | 10 hours ago | | | 0.0015 | 0.0000039234890 | |
| 22900494 | 10 hours ago | | | 0.0015 | 0.0000039277596 | |
| 22900362 | 10 hours ago | | | 0.0015 | 0.0000040606415 | |
| 22900335 | 10 hours ago | | | 0.0015 | 0.0000039422761 | |
| 22900281 | 10 hours ago | | | 0.0015 | 0.0000039404370 | |
| 22900273 | 10 hours ago | | | 0.0015 | 0.0000013326269 | |
| 22900090 | 10 hours ago | | | 0.0015 | 0.0000039478798 | |
| 22892487 | 14 hours ago | | | 0.0015 | 0.0000028837460 |
ABI
ABI objects
Getter at block 22918378
name() view returns (string)
Songbirdz
owner() view returns (address)
0x3fb4920e09493b2bc7e9b7e14ea7585ca8babf21
publicGetBaseURI() view returns (string)
https://songbirdz.cc/birds/metadata/
publicGetNumBirds() view returns (uint256)
5000
symbol() view returns (string)
SongBirdz
totalSupply() view returns (uint256)
3054
Read-only
balanceOf(address owner) view returns (uint256)
collections(uint256) view returns (bytes32)
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)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
publicGenerateBirds(uint256 collectionId, bytes32 merkleTreeRoot)
publicMint(uint256 birdId, bytes32[] speciesProof, string speciesName) payable
publicSetBaseURI(string uri, bool isUriFrozen)
publicWithdraw()
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
setApprovalForAll(address operator, bool approved)
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)
BirdIdentification(uint256 indexed birdId, address user, string speciesName)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(address originalOwner)
This contract contains no fallback and receive objects.
ERC721EnumerableForbiddenBatchMint()
ERC721IncorrectOwner(address sender, uint256 tokenId, address owner)
ERC721InsufficientApproval(address operator, uint256 tokenId)
ERC721InvalidApprover(address approver)
ERC721InvalidOperator(address operator)
ERC721InvalidOwner(address owner)
ERC721InvalidReceiver(address receiver)
ERC721InvalidSender(address sender)
ERC721NonexistentToken(uint256 tokenId)
ERC721OutOfBoundsIndex(address owner, uint256 index)
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)
ReentrancyGuardReentrantCall()