Bored Gentlemen Collection

Verified contract

Active on Ethereum with 785 txns
Deployed by via 0x9dbccb4e at 16011444
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "Bored Gentlemen Collection"

0xcd9bc0df8c959020f537cfc8079c3936a8cf71908376a17a0cd8259b69db0bce
0x3a7018724cf0101b514c1ce53d5984339c0bfa2fbd734c4a411324cad5251741
0xf4ecf76ba2957ed7135fb43cde0a5239f82e24aa36251150b8feb72344e5f43f
0xcc06dfa46a7f050c943cb4d13ce2a52d3472f10e5a0cb481e4323dff604a089c
0xfc98c1b33ca8325dac60d74dc54bee3bcced46497c198fba217085339b0f61c2
0x39d1bdf85d6cb24cec91b2ebddf0d9543d21dd7db27962887eaf34a4b58cc658
0xaca9d8f9470f4b5cf78be62ca79a9a12685797267f5454496707e91a2d3a0d26
0x6fb26079d3b3351940cfa571b49992eee45f923a4c9f0e208765b4f947611f4f
0x1a65a860b380c950afd6c5b82cd443b1708d6fd366f62b4cf88276b106f874c6
0xe9266680b5ed55d055707fb8a5c2e2795a2e6f57bd96f9c5dc6f797d27ae8be9

Functions
Getter at block 21218789
OPERATOR_FILTER_REGISTRY(view returns (address)
0x000000000000aaeb6d7670e522a718067333cd4e
name(view returns (string)
Bored Gentlemen Collection
owner(view returns (address)
0xe5f2a9ea34d22c7926f6c39ff4d7acf306f4d057
symbol(view returns (string)
BGC
totalSupply(view returns (uint256)
1001
Read-only
balanceOf(address accountuint256 idview returns (uint256)
balanceOfBatch(address[] accountsuint256[] idsview returns (uint256[])
isApprovedForAll(address accountaddress operatorview returns (bool)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256view returns (string)
uri(uint256 _idview returns (string)
State-modifying
mint(uint256 _amountuint256 _tokenId
renounceOwnership(
safeBatchTransferFrom(address fromaddress touint256[] idsuint256[] amountsbytes data
safeTransferFrom(address fromaddress touint256 tokenIduint256 amountbytes data
setApprovalForAll(address operatorbool approved
setURI(uint256 _idstring _uri
transferOwnership(address newOwner
Events
ApprovalForAll(address indexed accountaddress indexed operatorbool approved
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
TransferBatch(address indexed operatoraddress indexed fromaddress indexed touint256[] idsuint256[] values
TransferSingle(address indexed operatoraddress indexed fromaddress indexed touint256 iduint256 value
URI(string valueuint256 indexed id
Constructor
constructor(
Fallback and receive

This contract contains no fallback and receive objects.

Errors
OperatorNotAllowed(address operator