Cuddlee-Crew
Verified contract
Active on
Ethereum with 3,106 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($602.04)
Native
Value
$602.04
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.163 | $3,693.49 |
$602.04 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21410451 | 3 days ago | | | 0 | 0.00055019203 | |
| 20753130 | 3 months ago | | | 0 | 0.000058785350 | |
| 20452863 | 4 months ago | | | 0 | 0.000033520000 | |
| 20138887 | 6 months ago | | | 0 | 0.00027822838 | |
| 19609087 | 8 months ago | | | 0 | 0.00040287042 | |
| 19455952 | 9 months ago | | | 0 | 0.00086215926 | |
| 19256211 | 10 months ago | | | 0 | 0.0013071925 | |
| 18908958 | a year ago | | | 0 | 0.00054074241 | |
| 18875193 | a year ago | | | 0 | 0.0010864240 | |
| 18132020 | a year ago | | | 0 | 0.00043149954 |
ABI
ABI objects
Getter at block 21435235
ERC712_VERSION() view returns (string)
1
baseURI() view returns (string)
https://cuddleecrew.herokuapp.com/api/token/
contractURI() view returns (string)
https://gateway.pinata.cloud/ipfs/QmdDtEZfYLpQSsbQ87iqFT3CES9AtJdREAyJS5piZR2Vza
cost() view returns (uint256)
0
getChainId() view returns (uint256)
1
getDomainSeperator() view returns (bytes32)
0x17b3e3cd105d2b452e8a8c96eb8cb60bb480ac6809f8b81ea9b0d8eb84a33c40
mainSale() view returns (bool)
false
maxMintAmount() view returns (uint256)
20
maxSupply() view returns (uint256)
20000
name() view returns (string)
Cuddlee-Crew
owner() view returns (address)
0x0ccb67ba26e7d67d60c550cde8aa832901f5044a
paused() view returns (bool)
false
symbol() view returns (string)
CC
totalSupply() view returns (uint256)
19500
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getNonce(address user) view returns (uint256 nonce)
hasPresaleAccess(address wallet) view returns (bool)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
presaleAccessList(address) view returns (bool)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
executeMetaTransaction(address userAddress, bytes functionSignature, bytes32 sigR, bytes32 sigS, uint8 sigV) payable returns (bytes)
mint(uint256 _mintAmount) payable
pause(bool _state)
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)
setContractURI(string _contractURI)
setCost(uint256 _newCost)
setPresaleAccessList(address[] _addressList)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
updateMainSaleStatus(bool _mainSale)
withdraw(uint256 _amount) payable
withdrawAll() payable
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
MetaTransactionExecuted(address userAddress, address relayerAddress, bytes functionSignature)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string _name, string _symbol, string _initBaseURI, string _contractURI, address _proxyRegistryAddress)
This contract contains no fallback and receive objects.
This contract contains no error objects.