Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 1 additional slot
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
Lucky | ERC-721 | 1 | -- | -- | |
Angry Cat | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21117650 | 6 days ago | | | 0 | 0.00024627608 | |
| 20757357 | 2 months ago | | | 0 | 0.00011630242 | |
| 20757352 | 2 months ago | | | 0 | 0.00017890716 | |
| 20701649 | 2 months ago | | | 0 | 0.000056451908 | |
| 20696999 | 2 months ago | | | 0 | 0.000074332726 | |
| 20660376 | 2 months ago | | | 0 | 0.000052668669 | |
| 20660374 | 2 months ago | | | 0 | 0.000055607706 | |
| 20660372 | 2 months ago | | | 0 | 0.000056397798 | |
| 20660371 | 2 months ago | | | 0 | 0.000053070439 | |
| 20660369 | 2 months ago | | | 0 | 0.000056382287 |
ABI
ABI objects
Getter at block 21161811 getBcnInfo() view returns (address[] bcns, uint256[] totals, uint256[] remainings)
getStartTimes() view returns (uint256[])
[1663992000, 1664013600, 1664013600]
lengthOfSupportedBcn() view returns (uint256 length)
14
maxTotalSupply() view returns (uint256)
10000
name() view returns (string)
Angry Cat
nest() view returns (address)
0x0000000000000000000000000000000000000000
owner() view returns (address)
0x065a84a6e477cf9b35c58783ef791d83cf0d1645
signer() view returns (address)
0xaa966d025f677b239e8d831f16cc10eadda07fb9
symbol() view returns (string)
Angry Cat
totalSupply() view returns (uint256)
10000
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
isBcnSupported(address bcn) view returns (bool supported)
isTokenMintByBcn(address bcn, uint256 bcnTokenId) view returns (bool used)
mintNumberOfBcn(address bcn) view returns (uint256 total, uint256 remaining)
numberMinted(address owner) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
supportedBcnByIndex(uint256 index) view returns (address bcn)
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)
whitelistMinted(address) view returns (bool)
winnerMinted(address) view returns (bool)
State-modifying
Events approve(address to, uint256 tokenId)
batchAddBcn(address[] bcns, uint256[] quantities)
enableBcn(address bcn, bool enable)
mintByBcn(uint256 tokenId, address bcn, uint256 bcnTokenId)
mintByWhitelist(uint256 quantity, uint8 v, bytes32 r, bytes32 s)
mintByWinner(uint256 quantity, uint8 v, bytes32 r, bytes32 s)
openBox()
openBox2()
rawFulfillRandomWords(uint256 requestId, uint256[] randomWords)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBcn(address bcn, uint256 quantity, bool minus)
setBoxUri(string boxUri_)
setNest(address _nest)
setSigner(address _signer)
setStartTimes(uint256[] startTimes)
setTokenUri(string tokenUri_)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
MintByBCN(uint256 indexed tokenId, address indexed to, address indexed bcn, uint256 bcnTokenId)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string name_, string symbol_, string boxUri_, address signer_, uint256[] startTimes)
This contract contains no fallback and receive objects.
OnlyCoordinatorCanFulfill(address have, address want)