BK Genesis
Verified contract
Active on
Ethereum with 1,669 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 "BK Genesis"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20985223 | a month ago | | | 0 | 0.0014119071 | |
| 20650773 | 2 months ago | | | 0 | 0.000070527667 | |
| 20167181 | 5 months ago | | | 0 | 0.00019286671 | |
| 19586780 | 7 months ago | | | 0 | 0.00085143000 | |
| 19579535 | 7 months ago | | | 0 | 0.00085250990 | |
| 19556036 | 7 months ago | | | 0 | 0.0012493469 | |
| 19099962 | 10 months ago | | | 0 | 0.00043813044 | |
| 18886598 | a year ago | | | 0 | 0.0012732011 | |
| 18803070 | a year ago | | | 0 | 0.0013214387 | |
| 18568681 | a year ago | | | 0 | 0.0035330646 |
ABI
ABI objects
Getter at block 21187257
name() view returns (string)
BK Genesis
owner() view returns (address)
0x7601cab98439ee3d92940feff18039bda9eef466
symbol() view returns (string)
BKG
totalSupply() view returns (uint256)
1111
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)
royaltyInfo(uint256, uint256 _salePrice) view returns (address _receiver, uint256 _royaltyAmount)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 _tokenId) view returns (string)
State-modifying
Events approve(address operator, uint256 tokenId) payable
mint(uint256 _amount, address _recipient)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId) payable
safeTransferFrom(address from, address to, uint256 tokenId, bytes data) payable
setApprovalForAll(address operator, bool approved)
setBaseURI(string _baseURI)
setMintContract(address _mintContract)
setRoyalties(uint16 _royaltyPercentage, address _royaltyReceiver)
transferFrom(address from, address to, uint256 tokenId) payable
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
ConsecutiveTransfer(uint256 indexed fromTokenId, uint256 toTokenId, address indexed from, address indexed to)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(address _receiver)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OperatorNotAllowed(address operator)
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()