Tiny Sketches
Verified contract
Active on
Ethereum with 413 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 "Tiny Sketches"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20693430 | 3 months ago | | | 0 | 0.00030915441 | |
| 20525995 | 3 months ago | | | 0 | 0.00021374680 | |
| 20176267 | 5 months ago | | | 0 | 0.00016557210 | |
| 19742560 | 7 months ago | | | 0 | 0.00029278075 | |
| 19742556 | 7 months ago | | | 0 | 0.00033952060 | |
| 19742552 | 7 months ago | | | 0 | 0.00046110750 | |
| 19636999 | 8 months ago | | | 0 | 0.00050883146 | |
| 19582679 | 8 months ago | | | 0 | 0.0014372328 | |
| 18925553 | a year ago | | | 0 | 0.00057513415 | |
| 18889558 | a year ago | | | 0 | 0.0012298054 |
ABI
ABI objects
Getter at block 21294135 mintedTokenIdList() view returns (uint256[])
EACH_SUPPLY() view returns (uint256)
60
MAX_SUPPLY() view returns (uint256)
240
PRICE() view returns (uint256)
50000000000000000
TOTAL_ART_NUM() view returns (uint256)
4
isOnSale() view returns (bool)
true
mintableLastTokenId() view returns (uint256)
239
name() view returns (string)
Tiny Sketches
owner() view returns (address)
0xdd8a0cc8280b30e811a217deb9d66cda0b9c7e32
startDate() view returns (uint256)
1652709600
symbol() view returns (string)
TS
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)
tokenIds(address _owner) view returns (uint256[])
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
mint(uint256 tokenId) payable
mintForFree(address to, uint256[] tokenIdList)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseTokenURI(string baseTokenURI)
setIsOnSale(bool _isOnSale)
setStartDate(uint256 startDateInSec)
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 baseTokenURI, uint256 startDateInSec)
This contract contains no fallback and receive objects.
This contract contains no error objects.