SMILESSS-VX8888
Verified contract
Active on
Ethereum with 1,633 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "SMILESSS-VX8888"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16659225 | 2 years ago | | | 0 | 0.0010627924 | |
| 16626740 | 2 years ago | | | 0 | 0.00086936463 | |
| 16593268 | 2 years ago | | | 0 | 0.0032618397 | |
| 16581641 | 2 years ago | | | 0 | 0.0020486328 | |
| 16581290 | 2 years ago | | | 0 | 0.0018243969 | |
| 16575659 | 2 years ago | | | 0 | 0.00051858187 | |
| 16575656 | 2 years ago | | | 0 | 0.00056117636 | |
| 16575639 | 2 years ago | | | 0 | 0.00047413094 | |
| 16575636 | 2 years ago | | | 0 | 0.00050921599 | |
| 16390480 | 2 years ago | | | 0 | 0.00088655448 |
ABI
ABI objects
Getter at block 21304674
name() view returns (string)
SMILESSS-VX8888
owner() view returns (address)
0xe5efa11dfe58e21f505ce88b269badb6c00abb2f
smilesssContract() view returns (address)
0x177ef8787ceb5d4596b6f011df08c86eb84380dc
status() view returns (uint8)
1
symbol() view returns (string)
VX8888
totalSupply() view returns (uint256)
3126
Read-only
balanceOf(address owner) view returns (uint256)
canClaim(uint256 _tokenId, address _address) view returns (bool)
claimableBy(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)
tokenExists(uint256 _id) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
claim(uint256[] tokenIds)
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)
setSmilesssvrs(address _address)
setStatus(uint256 _status)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
ChangedBaseURIEvent(string newURI)
ChangedStatusEvent(uint256 newStatus)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string baseURI)
This contract contains no fallback and receive objects.
This contract contains no error objects.