ChainWaves
Verified contract
Active on
Ethereum with 547 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x156c…38f8
-
variable spans 5 additional slots
Balances ($0.00)
No balances found for "ChainWaves"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20572216 | 3 months ago | | | 0 | 0.00012229134 | |
| 20271112 | 4 months ago | | | 0 | 0.00021345410 | |
| 18897001 | a year ago | | | 0 | 0.00054171376 | |
| 18771645 | a year ago | | | 0 | 0.0022283608 | |
| 18667408 | a year ago | | | 0 | 0.0018015976 | |
| 18667407 | a year ago | | | 0 | 0.0018358758 | |
| 18596534 | a year ago | | | 0 | 0.00081011153 | |
| 18596528 | a year ago | | | 0 | 0.00068356638 | |
| 18596528 | a year ago | | | 0 | 0.00068356638 | |
| 18596528 | a year ago | | | 0 | 0.00068356638 |
ABI
ABI objects
Getter at block 21218203
MAX_MINT() view returns (uint256)
3
MAX_SUPPLY() view returns (uint256)
512
MINTING_LIVE() view returns (bool)
false
MINT_PRICE() view returns (uint256)
25600000000000000
MINT_START() view returns (uint256)
1674156600
name() view returns (string)
ChainWaves
owner() view returns (address)
0x888f8aa938dbb18b28bdd111fa4a0d3b8e10c871
snowcrashReserve() view returns (uint256)
0
symbol() view returns (string)
CA
totalSupply() view returns (uint256)
487
Read-only
_tokenIdToHash(uint256 _tokenId) view returns (string tokenHash)
balanceOf(address owner) view returns (uint256)
getApproved(uint256) view returns (address)
hashToMetadata(string _hash) view returns (string)
isApprovedForAll(address, address) view returns (bool)
ownerOf(uint256 id) view returns (address owner)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 _tokenId) view returns (string _URI)
traitTypes(uint256, uint256) view returns (string traitName, string traitType)
State-modifying
Events addTraitType(uint256 _traitTypeIndex, struct ChainWavesTrait[] traits) payable
approve(address spender, uint256 id)
flipMint() payable
freeMints(address[] _addresses, uint256[] _amount) payable
normieMint(uint256 _amount) payable
safeTransferFrom(address from, address to, uint256 id)
safeTransferFrom(address from, address to, uint256 id, bytes data)
setApprovalForAll(address operator, bool approved)
snowcrashMint(bytes32[] merkleProof) payable
transferFrom(address from, address to, uint256 id)
transferOwnership(address newOwner)
wipeSnowcrashReserve() payable
withdraw() payable
Approval(address indexed owner, address indexed spender, uint256 indexed id)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
OwnershipTransferred(address indexed user, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed id)
constructor()
This contract contains no fallback and receive objects.
ArrayLengths()
FreeMintDone()
MaxThree()
MintPrice()
MintZero()
NonExistantId()
NotLive()
NotSnowcrashList()
NotToad()
PublicMinted()
ReserveClosed()
SelfMintOnly()
SnowcrashMinted()
SoldOut()
Stap()
WithdrawFail()