Prompt

Verified contract

Proxy

Active on Ethereum with 20 txns
Deployed by via 0x9d9aee59 at 18683252
Slot
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

No balances found for "Prompt"

0x87c998d9a2e287b77b6f319bd5e218dd416a91c0b8469432c4cb6e522a15160f
0xee04cfed7b94b9cd4fc2b2bd64acdb2149abb6e5eca6e85c1565ece6f224cf68
0xfdacc2d9cc6859df565143f4dfaefce2bbbb1a54f60d6880b89d87acfb23cf94
0x7b7dc4118697d572c5236dcfc435a1339f26f728787c108656b9d0e48a953331
0x941cfee97f4632677e02fca7a73a10081ea312b62e4634a45b3dcd3df8fc89c3
0xf755ed1e47a49a304931e7232ececcf733dfe2f675239a3584ed74f12bc10663
0xc7dcd76bdcdfe14cf8fd2067662c12dd16428bf0d0dcabb166241f95da0cf060
0xbffee0a36f77539f3bcb75c38bdfa1baa84ad01375405d51f166fa6fd0093efc
0x8f6eb3dc88693418b3da32582956f7c860e2eda03cfed2781798bfedfdbd155b
0x1131101a69a1ad12f5dc04cedad596d0a66281dc2b59b48370af3a83c541d73e

Functions
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 ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
isMinter(addressview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
royaltyInfo(uint256 _tokenIduint256 _salePriceview returns (addressuint256)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenIdByInfo(stringview returns (uint256)
tokenURI(uint256 _tokenIdview returns (string)
State-modifying
approve(address touint256 tokenId
batchMint(address _receiverstring[] _infos
burn(uint256 tokenId
initialize(
mint(address _receiverstring _inforeturns (uint256)
modifyTokenInfo(uint256 _tokenIdstring _info
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes data
setApprovalForAll(address operatorbool approved
setMinterState(address _minterbool _state
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
updateRoyaltyPortion(uint256 _royaltyPortion
updateRoyaltyReceiver(address _royaltyReceiver
Events
AdminChanged(address previousAdminaddress newAdmin
BeaconUpgraded(address indexed beacon
Upgraded(address indexed implementation
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
Initialized(uint8 version
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(address _logicaddress admin_bytes _data
Fallback and receive
fallback(
receive(
Errors
Duplicated(
InvalidParam(
Unauthorized(