PreCubeCoin
Verified contract
Active on
Ethereum with 1,763 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 "PreCubeCoin"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19682746 | 7 months ago | | | 0 | 0.00066719815 | |
| 18934305 | 10 months ago | | | 0 | 0.00052323030 | |
| 18910980 | 10 months ago | | | 0 | 0.00043234519 | |
| 18910810 | 10 months ago | | | 0 | 0.00043287123 | |
| 18665505 | a year ago | | | 0 | 0.0013948985 | |
| 17890505 | a year ago | | | 0 | 0.00080294439 | |
| 17889536 | a year ago | | | 0 | 0.00096909774 | |
| 17312114 | a year ago | | | 0 | 0.0020417954 | |
| 17259294 | a year ago | | | 0 | 0.0023063090 | |
| 17254179 | a year ago | | | 0 | 0.0017716486 |
ABI
ABI objects
Getter at block 21161283
contractURI() view returns (string)
https://ucube.io/precube/contract_meta
name() view returns (string)
PreCubeCoin
owner() view returns (address)
0x3a7e25d5fa1ee02d15c276f9eb1545d4626fff2e
symbol() view returns (string)
PCC
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)
mint() payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseTokenURI(string _uri)
setClaimPrice(uint256 _claimPrice)
setContractBaseTokenURI(string _uri)
setStartMintDate(uint256 _startMintDate)
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)
Opened(address indexed from, uint256 indexed tokenId)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.