Cub Kingdom
Verified contract
Active on
Ethereum with 2,688 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($9,318.57)
Native
Value
$9,318.57
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 2.8 | $3,328.06 |
$9,318.57 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20748423 | 2 months ago | | | 0 | 0.00011609764 | |
| 19717352 | 7 months ago | | | 0 | 0.00020650947 | |
| 19659159 | 7 months ago | | | 0 | 0.00041305744 | |
| 19509683 | 8 months ago | | | 0 | 0.00078469200 | |
| 19337816 | 8 months ago | | | 0 | 0.0020745363 | |
| 19074514 | 10 months ago | | | 0 | 0.00043083239 | |
| 19002379 | 10 months ago | | | 0 | 0.00036557747 | |
| 18991845 | 10 months ago | | | 0 | 0.0018023796 | |
| 18920764 | 10 months ago | | | 0 | 0.0013485066 | |
| 18850823 | a year ago | | | 0 | 0.00099449701 |
ABI
ABI objects
Getter at block 21169143
OGSaleActive() view returns (bool)
false
OGSaleCost() view returns (uint256)
100000000000000000
WLSaleActive() view returns (bool)
false
WLSaleCost() view returns (uint256)
0
maxMintAmountPerOGAccount() view returns (uint256)
5
maxMintAmountPerTransaction() view returns (uint256)
10
maxMintAmountPerWLAccount() view returns (uint256)
2
maxSupply() view returns (uint256)
8888
merkleRoot() view returns (bytes32)
0x1828a604284672b569bf36e022161fedfe2b47e4c93cbe74c4eec900a92d4a85
name() view returns (string)
Cub Kingdom
owner() view returns (address)
0x2dce062a56f204183d536b575b0ea4d24606510f
paused() view returns (bool)
true
publicSaleCost() view returns (uint256)
80000000000000000
symbol() view returns (string)
C.U.B.
totalSupply() view returns (uint256)
6000
uriPrefix() view returns (string)
https://cubkingdom.mypinata.cloud/ipfs/QmRMzGe664dpKhFJaPXZrXKQ9xpAoMFUwVE58zc4p5cDpz/
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)
tokenURI(uint256 _tokenId) view returns (string)
walletOfOwner(address _owner) view returns (uint256[])
State-modifying
Events approve(address to, uint256 tokenId)
endOGSale()
endWLSale()
mint(bytes32[] _merkleProof, uint256 _mintAmount) payable
mintForAddress(uint256 _mintAmount, address _receiver)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setMaxMintPerOGAccount(uint256 _maxMintPerOGAccount)
setMaxMintPerTransaction(uint256 _maxMintPerTransaction)
setMaxMintPerWLAccount(uint256 _maxMintPerWLAccount)
setMerkleRoot(bytes32 _merkleRoot)
setOGSaleCost(uint256 _OGSaleCost)
setPaused(bool _state)
setPublicSaleCost(uint256 _publicSaleCost)
setUriPrefix(string _uriPrefix)
setWLSaleCost(uint256 _WLSaleCost)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw()
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)
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.