This contract is being backfilled. You may encounter incomplete storage history.

BoredBoxNFT

Verified contract

Active on Ethereum with 3,775 txns
Deployed by via 0x13ade5f5 at 14788730
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
2 additional variables

No balances found for "BoredBoxNFT"

0x283c773b16b9a371a8217f756905f4d199c32f23d760939f55be9799d43801d4
From
0xfb511103951ccc39ac8900334ad3141b07a399fd28ffdf577f206b6806b256ff
0xa6fcca2e2686820142bfb8e2b42aae912b81d414f9e2e1080d34a3a5a734119b
0x0e11ecc89896a6f58580022593a99a4ab1ac01961555ac538b478438a065d80f
0x77e74b85d458bee6295e8525e59a8dbc9911559c19f803ccc9d70b6359939034
0xdda591de75b6e04bd0aeac9b49e14132d7bd8b308618a1b3fbbe04ea4dccc7ac
0x40dd6ec3bce7d1760fa92c82a41805a92c8b7971b011238a157e2d8172277544
0xd65302bc309b44a0232e0d31f6865b717e1d37fd7b78bd71c47df552f95f1550
From
0xace86c790708a3e838eab92933c7359bbda9cabf87970ae56780104a0eda1bcf
0xe058a2ac9558f13a41da58abe1146f78d293d956264a65b0387587849bf727d0

Functions
Getter at block 20799616
TOKEN_STATUS__CLOSED(view returns (uint256)
0
TOKEN_STATUS__OPENED(view returns (uint256)
1
TOKEN_STATUS__PENDING(view returns (uint256)
2
VALIDATE_STATUS__FAIL(view returns (uint256)
2
VALIDATE_STATUS__NA(view returns (uint256)
0
VALIDATE_STATUS__PASS(view returns (uint256)
1
all_paused(view returns (bool)
true
coordinator(view returns (address)
0xe83d265dd86d4a0c58760ffaabed50738cd3c1f4
current_box(view returns (uint256)
2
name(view returns (string)
BoredBoxNFT
owner(view returns (address)
0x935a6162f6830ed6b67715194a2702c5b4f8d115
symbol(view returns (string)
BB
Read-only
balanceOf(addressview returns (uint256)
box__allValidators(uint256 boxIdview returns (address[])
box__cool_down(uint256view returns (uint256)
box__is_paused(uint256view returns (bool)
box__lower_bound(uint256view returns (uint256)
box__open_time(uint256view returns (uint256)
box__price(uint256view returns (uint256)
box__quantity(uint256view returns (uint256)
box__sale_time(uint256view returns (uint256)
box__upper_bound(uint256view returns (uint256)
box__uri_root(uint256view returns (string)
box__validators(uint256uint256view returns (address)
getApproved(uint256 tokenIdview returns (address)
hash__auth_token(bytes32view returns (uint256)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
token__generation(uint256view returns (uint256)
token__opened_timestamp(uint256view returns (uint256)
token__original_owner(uint256addressview returns (uint256)
token__owner(uint256view returns (address)
token__status(uint256view returns (uint256)
State-modifying
approve(address touint256 tokenId
mint(uint256 boxIdbytes authpayable 
newBox(string uri_rootuint256 quantityuint256 priceuint256 sale_timeuint256 open_timeaddress[] ref_validatorsuint256 cool_downpayable 
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setAllPaused(bool is_pausedpayable 
setApprovalForAll(address operatorbool approved
setBoxURI(uint256 boxIdstring uri_rootpayable 
setCoordinator(address coordinator_payable 
setIsPaused(uint256 boxIdbool is_pausedpayable 
setOpened(uint256[] tokenIdspayable 
setPending(uint256[] tokenIdspayable 
setValidator(uint256 boxIduint256 indexaddress ref_validatorpayable 
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
withdraw(address touint256 amountpayable 
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
Mint(address indexed touint256 indexed tokenId
Opened(uint256 indexed tokenId
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
RequestOpen(address indexed fromaddress indexed touint256 indexed tokenId
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(address owner_string name_string symbol_address coordinator_string uri_rootuint256 quantityuint256 priceuint256 sale_timeuint256 open_timeaddress[] ref_validatorsuint256 cool_down
Fallback and receive

This contract contains no fallback and receive objects.

Errors

This contract contains no error objects.