Prompter
Verified contract
Active on
Ethereum with 2,401 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 "Prompter"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19117017 | 10 months ago | | | 0 | 0.00051716935 | |
| 19058116 | 10 months ago | | | 0 | 0.00029840258 | |
| 18904012 | a year ago | | | 0 | 0.00059716195 | |
| 18799993 | a year ago | | | 0 | 0.0025415482 | |
| 18794550 | a year ago | | | 0 | 0.0020182506 | |
| 18606496 | a year ago | | | 0 | 0.00072394521 | |
| 18605163 | a year ago | | | 0 | 0.0010990432 | |
| 18602994 | a year ago | | | 0 | 0.00082045369 | |
| 18546187 | a year ago | | | 0 | 0.0014357413 | |
| 18090873 | a year ago | | | 0 | 0.00054515887 |
ABI
ABI objects
Getter at block 21262676
getFee() view returns (uint256)
0
name() view returns (string)
Prompter
owner() view returns (address)
0x000000000000000000000000000000000000dead
symbol() view returns (string)
TPC
totalSupply() view returns (uint256)
1000
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
newString(string) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 _tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
mint(string _Prompt) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
setApprovalForAll(address operator, bool approved)
setFee(uint256 _newFee)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw() payable
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()
This contract contains no fallback and receive objects.
MaxNfts()