BK Genesis

Verified contract

Active on Ethereum with 1,669 txns
Deployed by via 0x18cb5ec3 at 16400544
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "BK Genesis"

0xaec3b43679dd3119b04866a902f2bcc5ea579749a0f9fb1022ab013f70ac2a2f
0x77a8b4cb4e2a0b38b26a8ea4aa83a99d3a9a3f698fefc933ce5b8aad234209ac
0xeb0bff7d3e690ff13b56e7635d70380111280d36bbe95da3d8d539c720fabbc7
0xe0f5e4bd274bf71f95393042c645936c4678973c590548e628def6af25d1824c
0xc57976deac25570df2f3913b610eeba57affcb4c724934b086f5d363188d3e31
0xdb597f1c751fc86557ec1c484d30ac02d856514c5d13316c8b2c817d2f338dd8
0xf4de8b53074449e08497b199bbef4f89ecb2a275e333c5fed546820bcaefab27
0x2fae5616f9fb123d50453586b32d00d3c6ae318b770ceb2ba6b6c58b56fa3fcd
0x7bcca44ec4955b11d10f1e4d00546e86c4c99a9c0e5f9e6294a307174b97fd4d
0x3750c2c01f95a0595bccdc17116a8fe9199a697d97ba16ae06b84f424b688d54

Functions
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 ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
royaltyInfo(uint256uint256 _salePriceview returns (address _receiveruint256 _royaltyAmount)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 _tokenIdview returns (string)
State-modifying
approve(address operatoruint256 tokenIdpayable 
mint(uint256 _amountaddress _recipient
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenIdpayable 
safeTransferFrom(address fromaddress touint256 tokenIdbytes datapayable 
setApprovalForAll(address operatorbool approved
setBaseURI(string _baseURI
setMintContract(address _mintContract
setRoyalties(uint16 _royaltyPercentageaddress _royaltyReceiver
transferFrom(address fromaddress touint256 tokenIdpayable 
transferOwnership(address newOwner
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
ConsecutiveTransfer(uint256 indexed fromTokenIduint256 toTokenIdaddress indexed fromaddress indexed to
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(address _receiver
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
BalanceQueryForZeroAddress(
MintERC2309QuantityExceedsLimit(
MintToZeroAddress(
MintZeroQuantity(
OperatorNotAllowed(address operator
OwnerQueryForNonexistentToken(
OwnershipNotInitializedForExtraData(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(