Bored Gentlemen Collection
Verified contract
Active on
Ethereum with 785 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 "Bored Gentlemen Collection"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17114904 | 2 years ago | | | 0 | 0.0023021771 | |
| 16292618 | 2 years ago | | | 0 | 0.0016530005 | |
| 16220072 | 2 years ago | | | 0 | 0.0010772336 | |
| 16190374 | 2 years ago | | | 0 | 0.0013957156 | |
| 16190354 | 2 years ago | | | 0 | 0.0014718257 | |
| 16190352 | 2 years ago | | | 0 | 0.0013889652 | |
| 16190350 | 2 years ago | | | 0 | 0.0014524323 | |
| 16190348 | 2 years ago | | | 0 | 0.0014992555 | |
| 16190346 | 2 years ago | | | 0 | 0.0014930070 | |
| 16190344 | 2 years ago | | | 0 | 0.0015821480 |
ABI
ABI objects
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 account, uint256 id) view returns (uint256)
balanceOfBatch(address[] accounts, uint256[] ids) view returns (uint256[])
isApprovedForAll(address account, address operator) view returns (bool)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256) view returns (string)
uri(uint256 _id) view returns (string)
State-modifying
Events mint(uint256 _amount, uint256 _tokenId)
renounceOwnership()
safeBatchTransferFrom(address from, address to, uint256[] ids, uint256[] amounts, bytes data)
safeTransferFrom(address from, address to, uint256 tokenId, uint256 amount, bytes data)
setApprovalForAll(address operator, bool approved)
setURI(uint256 _id, string _uri)
transferOwnership(address newOwner)
ApprovalForAll(address indexed account, address indexed operator, bool approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
TransferBatch(address indexed operator, address indexed from, address indexed to, uint256[] ids, uint256[] values)
TransferSingle(address indexed operator, address indexed from, address indexed to, uint256 id, uint256 value)
URI(string value, uint256 indexed id)
constructor()
This contract contains no fallback and receive objects.
OperatorNotAllowed(address operator)