Birdez Kingdom OG Island
Verified contract
Active on
Ethereum with 803 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 "Birdez Kingdom OG Island"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21170307 | 22 days ago | | | 0 | 0.0012926583 | |
| 21159894 | 23 days ago | | | 0 | 0.0023527053 | |
| 21022056 | a month ago | | | 0 | 0.00062512070 | |
| 20635388 | 3 months ago | | | 0 | 0.00041646264 | |
| 20635064 | 3 months ago | | | 0 | 0.00013743634 | |
| 20635050 | 3 months ago | | | 0 | 0.00031290764 | |
| 20627583 | 3 months ago | | | 0 | 0.00034996384 | |
| 20622781 | 3 months ago | | | 0 | 0.00070470375 | |
| 20622364 | 3 months ago | | | 0 | 0.00018651430 | |
| 20622284 | 3 months ago | | | 0 | 0.00024583956 |
ABI
ABI objects
Getter at block 21325210
MAX_SUPPLY() view returns (uint256)
1333
START() view returns (uint256)
5000
genesis() view returns (address)
0x6bab62a185980f96bbf83b0b80013962c3b2772d
isBaseURILocked() view returns (bool)
false
name() view returns (string)
Birdez Kingdom OG Island
owner() view returns (address)
0x43f220366989a409d8c4b56b3da22b5105d912a0
startSale() view returns (bool)
true
symbol() view returns (string)
BIRDEZKINGDOM_OG
totalSupply() view returns (uint256)
1189
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getGenesisByAddressAndIndex(address _owner, uint256 _tokenId) view returns (uint256)
getGenesisCount(address _owner) view returns (uint256)
isApprovedForAll(address owner, address operator) view returns (bool)
maxFreeMintsPerToken(uint256) 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 approve(address to, uint256 tokenId)
lockBaseURI()
mint() payable
openSale()
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _uri)
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(string _name, string _symbol, address _genesis)
This contract contains no fallback and receive objects.
This contract contains no error objects.