SlicesOfTIMEArtists
Verified contract
Active on
Ethereum with 4,384 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 1 additional slot
Balances ($0.00)
No balances found for "SlicesOfTIMEArtists"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21024827 | 14 days ago | | | 0 | 0.00034972493 | |
| 21024497 | 14 days ago | | | 0 | 0.00032030660 | |
| 20967724 | 22 days ago | | | 0 | 0.00073277612 | |
| 20863316 | a month ago | | | 0 | 0.00046989491 | |
| 20786736 | 2 months ago | | | 0 | 0.00072648473 | |
| 20778999 | 2 months ago | | | 0 | 0.00025002102 | |
| 20778862 | 2 months ago | | | 0 | 0.00057700872 | |
| 20767529 | 2 months ago | | | 0 | 0.00045804674 | |
| 20766021 | 2 months ago | | | 0 | 0.00014145861 | |
| 20750730 | 2 months ago | | | 0 | 0.00016714309 |
ABI
ABI objects
Getter at block 21123474
_paused() view returns (bool)
true
burnContract() view returns (address)
0x0477a628bd5722f56646b094126d4489b121b5ea
getRemainingTokens() view returns (uint256)
0
name() view returns (string)
SlicesOfTIMEArtists
owner() view returns (address)
0x6a09e00e31fb609d4b149e062512a2be1a99d376
symbol() view returns (string)
SOTA
totalSupply() view returns (uint256)
4852
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)
State-modifying
Events approve(address to, uint256 tokenId)
contractMint(address _address)
freezeContract()
pauseContract(bool val)
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)
setTotalTokens(uint256 _totalTokens)
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)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(address burnAddress)
This contract contains no fallback and receive objects.
This contract contains no error objects.