FixedPriceToken
Verified contract
Implementation
Active on
Ethereum with 0 txns
Storage
Map
Table
Raw
Constants and immutables
12
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 43 additional slots
-
variable spans 48 additional slots
-
variable spans 48 additional slots
-
variable spans 48 additional slots
-
variable spans 4 additional slots
5 additional
variables
Balances ($0.00)
No balances found for "FixedPriceToken"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "FixedPriceToken"
ABI
ABI objects
Getter at block 20863812
contractVersion() pure returns (string)
1.0.0
factory() view returns (address)
0x6f94f606a9ad1fddf75a73dc42d37a5991260bb0
getScript() view returns (string)
name() view returns (string)
o11y() view returns (address)
0xb572d9ee104f764b25d5f74776c523d8c593d22d
owner() view returns (address)
0x0000000000000000000000000000000000000000
pendingOwner() view returns (address)
0x0000000000000000000000000000000000000000
proxiableUUID() view returns (bytes32)
0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc
saleInfo() view returns (uint16 artistProofCount, uint64 startTime, uint64 endTime, uint112 price)
(artistProofCount=0, startTime=0, endTime=0, price=0)
symbol() view returns (string)
tokenInfo() view returns (string name, string symbol, string description, address fundsRecipent, uint256 maxSupply)
(name=, symbol=, description=, fundsRecipent=0x0000000000000000000000000000000000000000, maxSupply=0)
totalSupply() view returns (uint256)
0
Read-only
allowedMinters(address) view returns (bool)
balanceOf(address owner) view returns (uint256)
constructInitalProps(string _script, string _previewBaseURI, address _rendererImpl, struct ITokenTokenInfo _tokenInfo, struct IFixedPriceTokenSaleInfo _saleInfo, struct IHTMLRendererFileType[] _imports) pure returns (bytes)
generateFullScript(uint256 tokenId) view returns (string)
generatePreviewURI(string tokenId) view returns (string)
genericDataURI(string _name, string _description, string _animationURL, string _image) pure returns (string)
getApproved(uint256 tokenId) view returns (address)
imports(uint256) view returns (string name, address fileSystem, uint8 fileType)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenHTML(uint256 tokenId) view returns (string)
tokenIdToPreviousBlockHash(uint256) view returns (bytes32)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events acceptOwnership()
addManyImports(struct IHTMLRendererFileType[] _imports)
approve(address to, uint256 tokenId)
initialize(address owner, bytes data)
purchase(uint256 amount) payable
renounceOwnership()
safeMint(address to)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
setApprovalForAll(address operator, bool approved)
setFundsRecipent(address fundsRecipent)
setHTMLRenderer(address _htmlRenderer)
setImport(uint256 index, struct IHTMLRendererFileType _import)
setMinter(address user, bool isAllowed)
setPreviewBaseURL(string uri)
setScript(string script)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
upgradeTo(address _newImpl)
upgradeToAndCall(address _newImpl, bytes _data) payable
withdraw() returns (bool)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
Initialized(uint8 version)
OwnershipTransferStarted(address indexed previousOwner, address indexed newOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
Upgraded(address impl)
constructor(address _factory, address _o11y)
This contract contains no fallback and receive objects.
DELEGATE_CALL_FAILED()
FactoryMustInitilize()
FundsSendFailure()
INVALID_TARGET()
INVALID_UPGRADE(address impl)
InvalidCodeAtRange(uint256 _size, uint256 _start, uint256 _end)
InvalidPrice()
InvalidUpgrade(address impl)
MaxSupplyReached()
NotDeployed(address impl)
ONLY_CALL()
ONLY_DELEGATECALL()
ONLY_PROXY()
ONLY_UUPS()
ProofsMinted()
SaleNotActive()
SenderNotMinter()
SoldOut()
UNSUPPORTED_UUID()
WriteError()