Creature Cubes
Verified contract
Active on
Base with 5,493 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
CUBE | ERC-20 | 10 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22896505 | 8 hours ago | | | 0 | 7.5094178e-7 | |
| 22878125 | 19 hours ago | | | 0 | 0.0000018469670 | |
| 22873254 | 21 hours ago | | | 0 | 0.0000026960176 | |
| 22871888 | a day ago | | | 0 | 0.000070364756 | |
| 22871481 | a day ago | | | 0 | 0.000070364756 | |
| 22836448 | 2 days ago | | | 0 | 9.8330972e-7 | |
| 22695417 | 5 days ago | | | 0 | 9.7377716e-7 | |
| 22571751 | 8 days ago | | | 0 | 0.0000028730802 | |
| 22468054 | 10 days ago | | | 0 | 0.0000029068464 | |
| 22464885 | 10 days ago | | | 0 | 9.7316121e-7 |
ABI
ABI objects
Getter at block 22911710
MINT_PRICE() view returns (uint256)
8000000000000000
TOKENS_PER_NFT() view returns (uint256)
1000000000000000000000
artistWithdrawnETH() view returns (uint256)
187790400000000000000
autoLPAddress() view returns (address)
0x04e38308511bb8798e96c17b79e39842be59f7b0
creatorAddress() view returns (address)
0xdfc944f22d2ade745c72f8412e86990828307160
currentPhase() view returns (uint8)
3
decimals() view returns (uint8)
18
lpWithdrawnETH() view returns (uint256)
20865600000000000000
mintEnded() view returns (bool)
true
mintingLive() view returns (bool)
true
mirror() view returns (address)
0x3c5b57c48a575bc21f2dbcd047bf08fa10c8dba5
mirrorAddress() view returns (address)
0x3c5b57c48a575bc21f2dbcd047bf08fa10c8dba5
mirrorERC721() view returns (address)
0x3c5b57c48a575bc21f2dbcd047bf08fa10c8dba5
name() view returns (string)
Creature Cubes
owner() view returns (address result)
0x0cca6097adfbf8f285f2de6f40e1fcc390528b68
paused() view returns (bool)
false
symbol() view returns (string)
CUBE
totalMintedETH() view returns (uint256)
208656000000000000000
totalSupply() view returns (uint256)
31813000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address owner) view returns (uint256)
getSkipNFT(address owner) view returns (bool result)
ownershipHandoverExpiresAt(address pendingOwner) view returns (uint256 result)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
artistMint(address recipient, uint256 nftAmount)
artistWithdraw(uint256 amount)
cancelOwnershipHandover() payable
completeOwnershipHandover(address pendingOwner) payable
endMint()
lpMint(uint256 nftAmount)
mint(uint256 nftAmount) payable
renounceOwnership() payable
requestOwnershipHandover() payable
setAutoLP(address _autoLPAddress)
setBaseURI(string baseURI_)
setCreatorAddress(address _creatorAddress)
setPause(bool _paused)
setPhase(uint8 phase)
setSkipNFT(bool skipNFT) returns (bool)
setSkipNFTFor(address account, bool state)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
transferLPEth()
transferOwnership(address newOwner) payable
withdraw()
Approval(address indexed owner, address indexed spender, uint256 amount)
OwnershipHandoverCanceled(address indexed pendingOwner)
OwnershipHandoverRequested(address indexed pendingOwner)
OwnershipTransferred(address indexed oldOwner, address indexed newOwner)
SkipNFTSet(address indexed owner, bool status)
Transfer(address indexed from, address indexed to, uint256 amount)
constructor()
fallback()
receive()
AlreadyInitialized()
ApprovalCallerNotOwnerNorApproved()
DNAlreadyInitialized()
DNNotInitialized()
FnSelectorNotRecognized()
InsufficientAllowance()
InsufficientBalance()
InvalidUnit()
LinkMirrorContractFailed()
MirrorAddressIsZero()
NewOwnerIsZeroAddress()
NoHandoverRequest()
SenderNotMirror()
TokenDoesNotExist()
TotalSupplyOverflow()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToZeroAddress()
Unauthorized()