CubesNFT
Verified contract
Active on
Ethereum with 1,085 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 "CubesNFT"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20720767 | 2 months ago | | | 0 | 0.00029331526 | |
| 20108072 | 5 months ago | | | 0 | 0.00014455022 | |
| 19705323 | 7 months ago | | | 0 | 0.00033647521 | |
| 18987031 | 10 months ago | | | 0 | 0.00090411158 | |
| 18382599 | a year ago | | | 0 | 0.00033637891 | |
| 18382599 | a year ago | | | 0 | 0.00033637891 | |
| 18382599 | a year ago | | | 0 | 0.00033637891 | |
| 17509059 | a year ago | | | 0 | 0.00067213009 | |
| 17509056 | a year ago | | | 0 | 0.00071172238 | |
| 17467455 | a year ago | | | 0 | 0.00066571469 |
ABI
ABI objects
Getter at block 21218631
PUBLIC_SALE_PRICE() view returns (uint256)
7000000000000000
PUBLIC_SALE_TIME() view returns (uint256)
0
name() view returns (string)
CubesNFT
owner() view returns (address)
0x98ae3c5048053ef25aea61873f14b4ae8709b982
symbol() view returns (string)
CUBES
totalSupply() view returns (uint256)
1010
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)
State-modifying
Events approve(address to, uint256 tokenId) payable
mint(uint8 quantity) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId) payable
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data) payable
setApprovalForAll(address operator, bool approved)
setBaseURI(string newURI)
setPublicSalePrice(uint256 newPrice)
setPublicSaleTime(uint256 newTime)
transferFrom(address from, address to, uint256 tokenId) payable
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
ConsecutiveTransfer(uint256 indexed fromTokenId, uint256 toTokenId, address indexed from, address indexed to)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string baseURI)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()