Hello Charlie
Verified contract
Active on
Ethereum with 5,365 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
1 additional
variable
Balances ($0.20)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
XEN | ERC-20 | 799.059K | $0.00 |
$0.2 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21383476 | 2 days ago | | | 0 | 0.00055040480 | |
| 21103828 | a month ago | | | 0 | 0.000065106838 | |
| 20558538 | 4 months ago | | | 0 | 0.000039342944 | |
| 20538006 | 4 months ago | | | 0 | 0.00012036201 | |
| 19806000 | 7 months ago | | | 0 | 0.00027735486 | |
| 19696206 | 8 months ago | | | 0 | 0.00033157707 | |
| 19080636 | a year ago | | | 0 | 0.00024468265 | |
| 19065352 | a year ago | | | 0 | 0.00031444590 | |
| 19021332 | a year ago | | | 0 | 0.00080713833 | |
| 19019731 | a year ago | | | 0 | 0.0014908549 |
ABI
ABI objects
Getter at block 21399163
MAX_FOUNDER_MINT() view returns (uint256)
375
MAX_OG_MINT() view returns (uint256)
2
MAX_SUPPLY() view returns (uint256)
5001
MAX_WHITELIST_MINT() view returns (uint256)
1
MINT_PRICE() view returns (uint256)
10000000000000000
currState() view returns (uint8)
4
isRevealed() view returns (bool)
true
name() view returns (string)
Hello Charlie
owner() view returns (address)
0xc83e81f110c319f5f39634fb2c5f6dca496387e5
placeholderTokenUri() view returns (string)
https://hellocharlie.mypinata.cloud/ipfs/QmdsDR7TraC8fmJnkiCKmiMW5uj6pQ3izVYzYq6z7rnN5z
symbol() view returns (string)
CHAR
totalSupply() view returns (uint256)
5001
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)
totalFounderMint(address) view returns (uint256)
totalOGMint(address) view returns (uint256)
totalWaitlistMint(address) view returns (uint256)
totalWhitelistMint(address) view returns (uint256)
State-modifying
Events approve(address to, uint256 tokenId)
foundersMint(uint256 _quantity)
ogMint(bytes32[] _merkleProof, uint256 _quantity) payable
publicMint(uint256 _quantity) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setMaxMintOG(uint256 _maxMint)
setMaxMintWL(uint256 _maxMint)
setMaxSupply(uint256 _newSupply)
setMerkleRoot(bytes32 _merkleRoot, bytes32 _merkleRootOG, bytes32 _merkleRootWA)
setMintPrice(uint256 _newPx)
setPlaceHolderUri(string _placeholderTokenUri)
setState(uint256 _state)
setTokenUri(string _baseTokenUri)
toggleReveal()
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
waitlistMint(bytes32[] _merkleProof, uint256 _quantity) payable
whitelistMint(bytes32[] _merkleProof, uint256 _quantity) payable
withdrawMoney()
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)
constructor()
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()