CVSpoons
Verified contract
Active on
Ethereum with 2,399 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 "CVSpoons"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21288745 | 19 hours ago | | | 0 | 0.00044500468 | |
| 21139228 | 22 days ago | | | 0 | 0.00068454427 | |
| 21042657 | a month ago | | | 0 | 0.00015212068 | |
| 20798331 | 2 months ago | | | 0 | 0.00045514435 | |
| 20678772 | 3 months ago | | | 0 | 0.00041542161 | |
| 20659147 | 3 months ago | | | 0 | 0.000030117571 | |
| 20498694 | 4 months ago | | | 0 | 0.000088650823 | |
| 20320283 | 4 months ago | | | 0 | 0.0010115774 | |
| 20085842 | 6 months ago | | | 0 | 0.00040554661 | |
| 20044665 | 6 months ago | | | 0 | 0.00018009890 |
ABI
ABI objects
Getter at block 21294460
MAX_SUPPLY() view returns (uint256)
8888
THE_COLORS() view returns (address)
0x9fdb31f8ce3cb8400c7ccb2299492f2a498330a4
TOTAL_COLORS_QUOTA() view returns (uint256)
200
TREASURY() view returns (address)
0x48ae900e9df45441b2001db4da92ce0e7c08c6d2
baseURI() view returns (string)
ipfs://QmSkijtWm1hgFTVZzKsgD4iypxVCgHyZ67r8CHzsortavd/
isPublicMintActive() view returns (bool)
true
isSoldOut() view returns (bool)
false
maxMintAmount() view returns (uint256)
25
name() view returns (string)
CVSpoons
notRevealedUri() view returns (string)
ipfs://QmRBpeArjawsy6FhazPac9dvAjVTSjpXmwAVkGPDDfFii2/PreRevealSpoon.json
owner() view returns (address)
0x1e3005bd8281148f1b00bdcc94e8d0cd9da242c2
paused() view returns (bool)
false
price() view returns (uint256)
20000000000000000
revealed() view returns (bool)
true
symbol() view returns (string)
CVS
totalSupply() view returns (uint256)
3585
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getUnmintedSpoonsByUser(address user) view returns (uint256[])
hasClaimed(uint256) view returns (bool)
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)
State-modifying
Events approve(address to, uint256 tokenId)
mint() payable
mintColorsBatch(uint256[] tokenIds)
mintColorsOnce(uint256 tokenId)
mintMany(uint256 _mintAmount) payable
pause()
renounceOwnership()
reveal()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _newBaseURI)
setMaxMintAmount(uint256 _newmaxMintAmount)
setNotRevealedURI(string _notRevealedURI)
setPrice(uint256 _price)
setPublicMintActive(bool _active)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
unpause()
withdraw() payable
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)
Paused(address account)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
Unpaused(address account)
constructor(string _name, string _symbol, string _initBaseURI, string _initNotRevealedUri)
This contract contains no fallback and receive objects.
This contract contains no error objects.