The Royal Cubs
Verified contract
Active on
Ethereum with 16,488 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.57)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
MATIC | ERC-20 | 1 | $0.573446 |
$0.57 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21289181 | 14 hours ago | | | 0 | 0.00028996656 | |
| 21289181 | 14 hours ago | | | 0 | 0.00026834985 | |
| 21285314 | a day ago | | | 0 | 0.00039176482 | |
| 21248787 | 6 days ago | | | 0 | 0.00049996526 | |
| 21163312 | 18 days ago | | | 0 | 0.00053903035 | |
| 21027312 | a month ago | | | 0 | 0.00023483283 | |
| 20987106 | a month ago | | | 0 | 0.0012335824 | |
| 20987092 | a month ago | | | 0 | 0.00077977070 | |
| 20987092 | a month ago | | | 0 | 0.00077713252 | |
| 20982277 | a month ago | | | 0 | 0.00023416112 |
ABI
ABI objects
Getter at block 21293314
getTotalSupply() view returns (uint256)
8888
locked() view returns (bool)
false
maxPurchase() view returns (uint256)
5
maxRafflePurchase() view returns (uint256)
2
maxSupply() view returns (uint256)
8888
mintPrice() view returns (uint256)
220000000000000000
name() view returns (string)
The Royal Cubs
owner() view returns (address)
0x04745b4574b5044e216a8440eb4ee001aaa3fd9a
presaleActive() view returns (bool)
true
publicSaleActive() view returns (bool)
true
symbol() view returns (string)
TRC
totalSupply() view returns (uint256)
8888
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
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)
walletOfOwner(address _owner) view returns (uint256[])
State-modifying
Events approve(address to, uint256 tokenId)
lockMetadata()
mint(uint256 _count) payable
ownerMint(address _to, uint256 _count)
presaleMint(uint256 _count, bytes32[] _proof) payable
raffleMint(uint256 _count, bytes32[] _proof) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI)
setMaxPurchase(uint256 _maxPurchase)
setMintPrice(uint256 _mintPrice)
setRaffleRoot(bytes32 _root)
setWhitelistRoot(bytes32 _root)
togglePresaleStatus()
toggleSaleStatus()
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdrawAll()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
PresaleActivation(bool isActive)
PublicSaleActivation(bool isActive)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.