Cryptocuban Social Club
Verified contract
Proxy
Active on
Ethereum with 270 txns
Unified storage
Map
Table
Raw
Constants and immutables
0
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
-
variable spans 49 additional slots
-
variable spans 43 additional slots
-
variable spans 45 additional slots
-
variable spans 48 additional slots
11 additional
variables
Balances ($0.00)
No balances found for "Cryptocuban Social Club"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21047370 | 17 days ago | | | 0 | 0.00020168494 | |
| 16929097 | 2 years ago | | | 0 | 0.0011836919 | |
| 16488882 | 2 years ago | | | 0 | 0.00042019859 | |
| 16000628 | 2 years ago | | | 0 | 0.00060359151 | |
| 15999990 | 2 years ago | | | 0 | 0.00062404908 | |
| 15718783 | 2 years ago | | | 0 | 0.0014564450 | |
| 15718748 | 2 years ago | | | 0 | 0.38434165 | |
| 15716973 | 2 years ago | | | 0 | 0.0054345924 | |
| 15465253 | 2 years ago | | | 0 | 0.00039158050 | |
| 15434706 | 2 years ago | | | 0 | 0.00093828288 |
ABI
ABI objects
Getter at block 21167528
auctionActive() view returns (bool)
false
auctionDuration() view returns (uint256)
0
auctionPrice() view returns (uint256)
0
auctionStartedAt() view returns (uint256)
0
maxAmount() view returns (uint256)
1492
maxPerMint() view returns (uint256)
3
maxPerWallet() view returns (uint256)
3
name() view returns (string)
Cryptocuban Social Club
owner() view returns (address)
0xc5328d0016d60325e24a63fe18e2dcda0afc20b4
presaleActive() view returns (bool)
false
price() view returns (uint256)
150000000000000000
saleActive() view returns (bool)
true
symbol() view returns (string)
Cryptocuban
totalRevenue() view returns (uint256)
28650000000000000000
totalSupply() view returns (uint256)
294
treasury() view returns (address)
0xc5328d0016d60325e24a63fe18e2dcda0afc20b4
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)
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)
batchAirdrop(uint256[] numberOfTokens, address[] recipients)
initialize(string name_, string symbol_, address treasury_)
mint(uint256 numberOfTokens) payable
presaleMint(uint256 numberOfTokens, bytes32[] proof) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string newBaseURI)
setMerkleRoot(bytes32 newRoot)
setTreasury(address newTreasury)
startAuction(uint256 newMaxAmount, uint256 newMaxPerMint, uint256 newMaxPerWallet, uint256 newStartPrice, uint256 newEndPrice, uint256 newDuration, bool presale)
startSale(uint256 newMaxAmount, uint256 newMaxPerMint, uint256 newMaxPerWallet, uint256 newPrice, bool presale)
stopSale()
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)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.