Smilesss
Verified contract
Active on
Ethereum with 23,594 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
5 additional
variables
Balances ($1,314.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
APE | ERC-20 | 1.095K | $1.20 |
$1,314 | |
WITCH | ERC-721 | 1 | -- | -- | |
WITCH | ERC-721 | 1 | -- | -- | |
WITCH | ERC-721 | 1 | -- | -- | |
thelittlesnft | ERC-721 | 1 | -- | -- | |
thelittlesnft | ERC-721 | 1 | -- | -- | |
HASH | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21168838 | 7 hours ago | | | 0 | 0.0010587235 | |
| 21168811 | 7 hours ago | | | 0 | 0.0011164834 | |
| 21167079 | 12 hours ago | | | 0 | 0.0018040017 | |
| 21167055 | 13 hours ago | | | 0 | 0.0016851181 | |
| 21162168 | a day ago | | | 0 | 0.00069216665 | |
| 21161143 | a day ago | | | 0 | 0.00063643703 | |
| 21155362 | 2 days ago | | | 0 | 0.00062925696 | |
| 21151054 | 3 days ago | | | 0 | 0.00058239484 | |
| 21145778 | 3 days ago | | | 0 | 0.00051480199 | |
| 21139450 | 4 days ago | | | 0 | 0.0012965884 |
ABI
ABI objects
Getter at block 21170795
GIVEAWAY() view returns (uint256)
502
PRICE() view returns (uint256)
100000000000000000
PUBLIC_II_MINT_LIMIT() view returns (uint256)
8
TOT() view returns (uint256)
8888
_mintStatus() view returns (uint8)
6
currentTokenId() view returns (uint256)
8807
getContractState() view returns (uint8 mintStatus_, uint256 tot_, uint256 price_, uint256 currentTokenId_, uint256 mintableSupply_)
(mintStatus_=6, tot_=8888, price_=100000000000000000, currentTokenId_=8807, mintableSupply_=0)
giveawaySupply() view returns (uint256)
81
mintableSupply() view returns (uint256)
0
name() view returns (string)
Smilesss
owner() view returns (address)
0xe5efa11dfe58e21f505ce88b269badb6c00abb2f
reveal() view returns (bool)
false
symbol() view returns (string)
SMLS
totalSupply() view returns (uint256)
8807
Read-only
TIER_LIMIT(uint256) view returns (uint256)
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
isOnPremint(address _address) view returns (uint8 tier, uint256 claimed_, uint256 tierLimit_)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenByIndex(uint256 index) view returns (uint256)
tokenExists(uint256 _tokenId) view returns (bool)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 _tokenId) view returns (string)
State-modifying
Events addPremint(address[] _addresses)
addToPremintList(uint256 _tier, address[] _addresses)
approve(address to, uint256 tokenId)
giveaway(address _to, uint256 _amount)
mint(uint256 _amount, string _nonce, bytes _signature) 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)
setReveal(bool _reveal)
setSignerAddress(address _signer)
setStatus(uint8 _status)
setWithdrawAddress(address _withdraw)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdrawAll() payable
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
MintEvent(uint256 indexed id)
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.