ChooChoos
Verified contract
Active on
Ethereum with 2,131 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($384.47)
Native
Value
$384.47
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.0995 | $3,864.07 |
$384.47 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20512673 | 4 months ago | | | 0 | 0.00012009774 | |
| 20270927 | 5 months ago | | | 0 | 0.00026109338 | |
| 20045017 | 6 months ago | | | 0 | 0.00022485247 | |
| 19914254 | 6 months ago | | | 0 | 0.0012980086 | |
| 19851736 | 7 months ago | | | 0 | 0.000088078497 | |
| 19827380 | 7 months ago | | | 0 | 0.00026374472 | |
| 19138514 | 10 months ago | | | 0 | 0.00078951319 | |
| 19089445 | 10 months ago | | | 0 | 0.00084682987 | |
| 19060337 | 10 months ago | | | 0 | 0.00065217220 | |
| 18669123 | a year ago | | | 0 | 0.0011431847 |
ABI
ABI objects
Getter at block 21331772
baseURI() view returns (string)
ipfs://QmXxxBU35HkdzzHWC7SLMhbFNEBk58K6e8eiwgbARr7pAL/
isPremintActive() view returns (bool)
true
isSaleActive() view returns (bool)
true
maxMint() view returns (uint32)
1
maxNFT() view returns (uint32)
10000
name() view returns (string)
ChooChoos
owner() view returns (address)
0xd7f73cbf2b6ac915976cc96706b76d6425fbc234
premintIsActive() view returns (bool)
true
presaleMaxMint() view returns (uint32)
1
saleIsActive() view returns (bool)
true
symbol() view returns (string)
CHOO
totalSupply() view returns (uint256)
2013
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
mintTracker(address) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
royaltyInfo(uint256 _tokenId, uint256 _salePrice) view returns (address, uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
targetContracts(uint256) view returns (address)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
flipPremintState()
flipRevealedState()
flipSaleState()
mintNFT(uint256 _numberOfTokens)
preMint(uint256 _numberOfTokens)
renounceOwnership()
reserveMint(uint256 _amount)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI_)
setRoyaltyFee(address _recipient, uint96 _fee)
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(string _name, string _symbol, uint32 _maxNFT, uint32 _maxMint, uint32 _presaleMaxMint, bool _saleIsActive, bool _premintActive, address[] _targetContracts)
receive()
This contract contains no error objects.