Untitled Thoughts
Verified contract
Proxy
Active on
Ethereum with 11 txns
Unified storage
Map
Table
Raw
Constants and immutables
0
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
-
variable spans 48 additional slots
-
variable spans 48 additional slots
-
variable spans 1 additional slot
-
variable spans 40 additional slots
-
variable spans 49 additional slots
3 additional
variables
Balances ($0.00)
No balances found for "Untitled Thoughts"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20126490 | 5 months ago | | | 0 | 0.00048255541 | |
| 17888746 | a year ago | | | 0 | 0.0012827000 | |
| 17888717 | a year ago | | | 0 | 0.00070550971 | |
| 17888704 | a year ago | | | 0 | 0.0015354702 | |
| 17888701 | a year ago | | | 0 | 0.0016576361 | |
| 16744549 | 2 years ago | | | 0 | 0.0012444437 | |
| 16631051 | 2 years ago | | | 0 | 0.010336172 | |
| 16631018 | 2 years ago | | | 0 | 0.011332596 | |
| 16603091 | 2 years ago | | | 0 | 0.0024072826 | |
| 16568948 | 2 years ago | | | 0 | 0.0010016434 |
ABI
ABI objects
Getter at block 21212052 renounceOwnership() view
baseURI() view returns (string)
calcIERC721CreatorInterfaceId() pure returns (bytes4)
0x40c1a064
defaultRoyaltyPercentage() view returns (uint256)
10
defaultRoyaltyReceiver() view returns (address)
0xb2f8e4163142c03505b17ace865fad5208d6d6a4
disabled() view returns (bool)
false
name() view returns (string)
Untitled Thoughts
owner() view returns (address)
0xb2f8e4163142c03505b17ace865fad5208d6d6a4
symbol() view returns (string)
UT
totalSupply() view returns (uint256)
3
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)
royaltyInfo(uint256 _tokenId, uint256 _salePrice) view returns (address receiver, uint256 royaltyAmount)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenByIndex(uint256 index) view returns (uint256)
tokenCreator(uint256) view returns (address)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 _tokenId) view returns (string)
transferOwnership(address) view
State-modifying
Events addNewToken(string _uri)
approve(address to, uint256 tokenId)
batchMint(string _baseURI, uint256 _numberOfTokens)
burn(uint256 _tokenId)
deleteToken(uint256 _tokenId)
disableContract()
init(string _name, string _symbol, address _creator)
mintTo(string _uri, address _receiver, address _royaltyReceiver)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setDefaultRoyaltyReceiver(address _receiver)
setRoyaltyReceiverForToken(address _receiver, uint256 _tokenId)
transferFrom(address from, address to, uint256 tokenId)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
ConsecutiveTransfer(uint256 indexed fromTokenId, uint256 toTokenId, address indexed fromAddress, address indexed toAddress)
ContractDisabled(address indexed user)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.