Prompt
Verified contract
Proxy
Active on
Ethereum with 20 txns
Unified storage
Map
Table
Raw
Constants and immutables
4
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 49 additional slots
-
variable spans 48 additional slots
-
variable spans 49 additional slots
-
variable spans 43 additional slots
-
variable spans 49 additional slots
1 additional
variable
Balances ($0.00)
No balances found for "Prompt"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18766994 | a year ago | | | 0 | 0.0018597005 | |
| 18766990 | a year ago | | | 0 | 0.0021176154 | |
| 18766982 | a year ago | | | 0 | 0.0022700818 | |
| 18766879 | a year ago | | | 0 | 0.0019904382 | |
| 18762475 | a year ago | | | 0 | 0.0083946710 | |
| 18740805 | a year ago | | | 0 | 0.0026116099 | |
| 18733025 | a year ago | | | 0 | 0.0016873717 | |
| 18733020 | a year ago | | | 0 | 0.0017535030 | |
| 18733011 | a year ago | | | 0 | 0.0025261446 | |
| 18732625 | a year ago | | | 0 | 0.0090119391 |
ABI
ABI objects
Getter at block 21275347
PORTION_BASE() view returns (uint256)
10000
name() view returns (string)
Prompt
owner() view returns (address)
0x490226c7241b1d8e6f3dd607db2058c8538e4723
royaltyPortion() view returns (uint256)
500
royaltyReceiver() view returns (address)
0x9899d6f384972d9d402b61393afb67f16678d858
symbol() view returns (string)
PROMPT
tokenNumber() view returns (uint256)
32
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
isMinter(address) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
royaltyInfo(uint256 _tokenId, uint256 _salePrice) view returns (address, uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenIdByInfo(string) view returns (uint256)
tokenURI(uint256 _tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
batchMint(address _receiver, string[] _infos)
burn(uint256 tokenId)
initialize()
mint(address _receiver, string _info) returns (uint256)
modifyTokenInfo(uint256 _tokenId, string _info)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
setApprovalForAll(address operator, bool approved)
setMinterState(address _minter, bool _state)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
updateRoyaltyPortion(uint256 _royaltyPortion)
updateRoyaltyReceiver(address _royaltyReceiver)
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
Upgraded(address indexed implementation)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
Initialized(uint8 version)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(address _logic, address admin_, bytes _data)
fallback()
receive()
Duplicated()
InvalidParam()
Unauthorized()