The Snail Heroes CCO
Verified contract
Active on
Ethereum with 2,297 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
2 additional
variables
Balances ($0.00)
No balances found for "The Snail Heroes CCO"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19078586 | 10 months ago | | | 0 | 0.00027245293 | |
| 16669236 | 2 years ago | | | 0 | 0.00095773619 | |
| 16560945 | 2 years ago | | | 0 | 0.00078499200 | |
| 16372139 | 2 years ago | | | 0 | 0.0017861505 | |
| 16351151 | 2 years ago | | | 0 | 0.00081380351 | |
| 16226911 | 2 years ago | | | 0 | 0.00073415970 | |
| 16226910 | 2 years ago | | | 0 | 0.0011546955 | |
| 16186790 | 2 years ago | | | 0 | 0.00037366874 | |
| 16186762 | 2 years ago | | | 0 | 0.00060579359 | |
| 16117091 | 2 years ago | | | 0 | 0.00060719760 |
ABI
ABI objects
Getter at block 21320778
conditions() view returns (bool)
true
cost2() view returns (uint256)
3000000000000000
freesale() view returns (bool)
true
maxLimitPerWallet() view returns (uint256)
50
maxLimitPerWallet2() view returns (uint256)
20
maxMintAmountPerTx() view returns (uint256)
2
maxMintAmountPerTx2() view returns (uint256)
10
name() view returns (string)
The Snail Heroes CCO
names() view returns (string)
The Snail Heroes CCO
owner() view returns (address)
0xac6835361b475e0b1239cd278260c03954087241
publicsale() view returns (bool)
true
revealed() view returns (bool)
false
supplyLimit() view returns (uint256)
5500
symbol() view returns (string)
TSH
symbols() view returns (string)
TSH
totalSupply() view returns (uint256)
3875
unrevealed() view returns (string)
uri() view returns (string)
https://www.thesnailheroes.com/tokens/
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)
tokensOfOwner(address owner) view returns (uint256[])
State-modifying
Events Airdrop(uint256 _mintAmount, address _receiver)
approve(address to, uint256 tokenId)
changedev(address devv)
changeowner(address ownerr)
flipconditions()
freemint(uint256 _mintAmount)
freemint2(uint256 _mintAmount) payable
namechange(string namme)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setMaxMintAmountPerTx(uint256 _maxMintAmountPerTx)
setMaxMintAmountPerTx2(uint256 _maxMintAmountPerTx)
setRevealed(bool _state)
setSaleStatus(bool _sale)
setcost2(uint256 _cost2)
setmaxLimitPerWallet(uint256 _maxLimitPerWallet)
setmaxLimitPerWallet2(uint256 _maxLimitPerWallet)
setsupplyLimit(uint256 _supplyLimit)
seturi(string _uri)
symbolchange(string symbolss)
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.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()