Bapes Genesis I Key
Verified contract
Active on
Ethereum with 5,005 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 "Bapes Genesis I Key"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20687903 | 2 months ago | | | 0 | 0.00021732877 | |
| 20054431 | 5 months ago | | | 0 | 0.00025021345 | |
| 19879715 | 6 months ago | | | 0 | 0.00012329647 | |
| 19750004 | 7 months ago | | | 0 | 0.00010622349 | |
| 19748309 | 7 months ago | | | 0 | 0.00017499317 | |
| 19156979 | 9 months ago | | | 0 | 0.00047687576 | |
| 19156978 | 9 months ago | | | 0 | 0.00048561888 | |
| 18945245 | 10 months ago | | | 0 | 0.00031875773 | |
| 18829337 | a year ago | | | 0 | 0.0012662602 | |
| 18806649 | a year ago | | | 0 | 0.0010279658 |
ABI
ABI objects
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 owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getOwnerTokens(address _owner) view returns (uint256[])
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
burn(uint256 _amount, address _address) returns (bool)
mintFor(uint256 _mintAmount, address _receiver)
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)
updateBurnAllowed(address _address)
updateMetadataURI(string _metadataURI)
updateWithdrawWallet(address _withdrawWallet)
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)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string _metadataURI)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()