Bapes Genesis I Key

Verified contract

Active on Ethereum with 5,005 txns
Deployed by via 0x73bf6547 at 14752963
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "Bapes Genesis I Key"

0x3eb78d2b65e9b2c956054acde3eb8387ae4386b7ed050e0a689458df58cde454
0x62d17381d40de6fe13d3bd2fd01c24b861118fbe44cb824871e6c4125c12062c
0xaeb43d5a4e9d3e6f8228c3248e5e833a570b640938312640db2e538f3a283943
0x0042fe8b8114dae885d4c6a2d02da1dd414144456c78e36ff871b22eef0b6a0f
0xd5ca71d5bd3c676c7479f02cdac0ee03461a62eb70ac5474e246c07ba40247cb
0x9658f901e98aa4dc79114f68d5e38af90b9dfa28fe4eb8609353d2bddfa7329f
0x5e8068a040f4ae85f1447453aec6dfd176c8e0fcaa3ea27d167ec80976ec7196
0x827a4577166342e517b5cc10206cf171cae8673bcc6c05c867b9138582d548ed
0xfc6776750b797d0398cdc2f3b058d257dc04f96b69b63a87ea19f71db43dda24
0xe39427d8b5fd40ba2d096ba6ac8b678a650f2944d9ab8e299eefecac39f4ae8d
From

Functions
Getter at block 21207167
name(view returns (string)
Bapes Genesis I Key
owner(view returns (address)
0xc6f53a31de0ed6753f021224905772c706ee71ea
symbol(view returns (string)
BGK1
totalSupply(view returns (uint256)
9253
Read-only
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
getOwnerTokens(address _ownerview returns (uint256[])
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256view returns (string)
State-modifying
approve(address touint256 tokenId
burn(uint256 _amountaddress _addressreturns (bool)
mintFor(uint256 _mintAmountaddress _receiver
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
updateBurnAllowed(address _address
updateMetadataURI(string _metadataURI
updateWithdrawWallet(address _withdrawWallet
withdraw(
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(string _metadataURI
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
ApprovalToCurrentOwner(
ApproveToCaller(
BalanceQueryForZeroAddress(
MintToZeroAddress(
MintZeroQuantity(
OwnerQueryForNonexistentToken(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(