Big Time Collection 0
Verified contract
Active on
Ethereum with 88,281 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 "Big Time Collection 0"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21249590 | an hour ago | | | 0 | 0.0010712273 | |
| 21249580 | an hour ago | | | 0 | 0.0022685500 | |
| 21249193 | 2 hours ago | | | 0 | 0.0010627389 | |
| 21249086 | 3 hours ago | | | 0 | 0.0010085491 | |
| 21248993 | 3 hours ago | | | 0 | 0.0010361269 | |
| 21248989 | 3 hours ago | | | 0 | 0.0020495336 | |
| 21248984 | 3 hours ago | | | 0 | 0.0022276547 | |
| 21248891 | 3 hours ago | | | 0 | 0.0010851396 | |
| 21248846 | 4 hours ago | | | 0 | 0.0020989119 | |
| 21247929 | 7 hours ago | | | 0 | 0.00068998631 |
ABI
ABI objects
Getter at block 21249903
ISSUANCE_BITS() view returns (uint8)
216
MAX_ISSUANCE() view returns (uint216)
105312291668557186697918027683670432318895095400549111254310977535
MAX_OPTIONS() view returns (uint40)
1099511627775
OPTIONS_BITS() view returns (uint8)
40
baseURI() view returns (string)
https://api.openloot.com/v2/metadata/BT0/
isComplete() view returns (bool)
false
isOwner() view returns (bool)
false
name() view returns (string)
Big Time Collection 0
owner() view returns (address)
0x9b3454fbbd310d63c46e8d8a5912fc0a25d935bb
symbol() view returns (string)
BT0
totalSupply() view returns (uint256)
38056
wearablesCount() view returns (uint256)
1084
Read-only
allowed(address) view returns (bool)
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getWearableKey(string _wearableId) pure returns (bytes32)
isApprovedForAll(address owner, address operator) view returns (bool)
issued(bytes32) view returns (uint256)
maxIssuance(bytes32) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 _tokenId) view returns (string)
wearables(uint256) view returns (string)
State-modifying
Events addWearable(string _wearableId, uint256 _maxIssuance)
addWearables(bytes32[] _wearableIds, uint256[] _maxIssuances)
approve(address to, uint256 tokenId)
batchTransferFrom(address _from, address _to, uint256[] _tokenIds)
completeCollection()
issueToken(address _beneficiary, uint256 _optionId, uint256 _issuedId)
issueTokens(address[] _beneficiaries, uint256[] _optionIds, uint256[] _issuedIds)
renounceOwnership()
safeBatchTransferFrom(address _from, address _to, uint256[] _tokenIds)
safeBatchTransferFrom(address _from, address _to, uint256[] _tokenIds, bytes _data)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setAllowed(address _operator, bool _allowed)
setApprovalForAll(address to, bool approved)
setBaseURI(string _baseURI)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
AddWearable(bytes32 indexed _wearableIdKey, string _wearableId, uint256 _maxIssuance)
Allowed(address indexed _operator, bool _allowed)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
BaseURI(string _oldBaseURI, string _newBaseURI)
Complete()
Issue(address indexed _beneficiary, uint256 indexed _tokenId, bytes32 indexed _wearableIdKey, string _wearableId, uint256 _issuedId)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string _name, string _symbol, address _operator, string _baseURI)
This contract contains no fallback and receive objects.
This contract contains no error objects.