Ch1mpsOnFire
Verified contract
Active on
Ethereum with 1,297 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
4 additional
variables
Balances ($3.70)
Native
Value
$3.7
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.001 | $3,697.05 |
$3.7 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21115388 | a month ago | | | 0 | 0.00045163530 | |
| 21003889 | a month ago | | | 0 | 0.00029968287 | |
| 20874129 | 2 months ago | | | 0 | 0.00081045958 | |
| 20745629 | 3 months ago | | | 0 | 0.000073788166 | |
| 20723433 | 3 months ago | | | 0 | 0.00011138720 | |
| 20675229 | 3 months ago | | | 0 | 0.000031606851 | |
| 20598300 | 3 months ago | | | 0 | 0.000046041634 | |
| 20219215 | 5 months ago | | | 0 | 0.00031865947 | |
| 20150632 | 5 months ago | | | 0 | 0.00010937540 | |
| 20089724 | 6 months ago | | | 0 | 0.00030680173 |
ABI
ABI objects
Getter at block 21306783
baseTokenURI() view returns (string)
https://gateway.pinata.cloud/ipfs/QmaFesGHm6tHWfP2arSLveTshfzV5NMWEadnWJwwNGH2z9/
currentFreeMintQty() view returns (uint256)
9
currentMintPrice() view returns (uint256)
10000000000000000
currentMintQty() view returns (uint256)
10
currentSalePhase() view returns (uint256)
2
freeMintPerWallet() view returns (uint256)
9
hiddenURI() view returns (string)
maxFreeMint() view returns (uint256)
10000
maxMintBatch() view returns (uint256)
100
maxSupply() view returns (uint256)
10000
mintPrice() view returns (uint256)
10000000000000000
name() view returns (string)
Ch1mpsOnFire
onFreeMint() view returns (bool)
true
oneFreeX() view returns (uint256)
10
openMint() view returns (bool)
true
owner() view returns (address)
0x3597c297bc83bed81fccda669838fd8562e9d4b5
phaseOneFreePerTX() view returns (uint256)
15
phaseOneMaxItemIndex() view returns (uint256)
800
phaseOneMintPrice() view returns (uint256)
0
phaseOneMintQty() view returns (uint256)
0
phaseTwoFreePerTX() view returns (uint256)
9
phaseTwoMaxItemIndex() view returns (uint256)
10000
phaseTwoMintPrice() view returns (uint256)
10000000000000000
phaseTwoMintQty() view returns (uint256)
10
revealed() view returns (bool)
true
symbol() view returns (string)
ch1mpsonfire
totalSupply() view returns (uint256)
9993
Read-only
addressMintedBalance(address) view returns (uint256)
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)
mint(uint256 _mintAmount) payable
mintMany(uint256 _mintAmount) payable
mintPhase() 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 _uri)
setFreeMint(bool _state)
setFreeMintPerWallet(uint256 _freeMintPerWallet)
setHiddenUri(string _uri)
setMaxFreeMint(uint256 _maxFreeMint)
setMaxMintBatch(uint256 _maxMintBatch)
setMaxSupply(uint256 _maxSupply)
setOneFreeX(uint256 _oneFreeX)
setOpenMint(bool _state)
setPrice(uint256 _price)
setRevealed(bool _state)
setSalePhase(uint256 _phaseID, uint256 _maxItemIndex, uint256 _freePerTX, uint256 _mintPrice, uint256 _MintQty)
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)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.