HTMLRenderer
Verified contract
Active on
Ethereum with 0 txns
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
Balances ($0.00)
No balances found for "HTMLRenderer"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "HTMLRenderer"
ABI
ABI objects
Getter at block 21214795
contractVersion() pure returns (string)
1.0.0
owner() view returns (address)
0x0000000000000000000000000000000000000000
pendingOwner() view returns (address)
0x0000000000000000000000000000000000000000
proxiableUUID() view returns (bytes32)
0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc
Read-only
generateFileImport(struct IHTMLRendererFileType script) view returns (string)
generateManyFileImports(struct IHTMLRendererFileType[] _imports) view returns (string)
generateURI(struct IHTMLRendererFileType[] imports, string script) view returns (string)
State-modifying
Events acceptOwnership()
initilize(address owner)
renounceOwnership()
transferOwnership(address newOwner)
upgradeTo(address _newImpl)
upgradeToAndCall(address _newImpl, bytes _data) payable
Initialized(uint8 version)
OwnershipTransferStarted(address indexed previousOwner, address indexed newOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Upgraded(address impl)
constructor(address _factory)
This contract contains no fallback and receive objects.
DELEGATE_CALL_FAILED()
INVALID_TARGET()
INVALID_UPGRADE(address impl)
InvalidUpgrade(address impl)
ONLY_CALL()
ONLY_DELEGATECALL()
ONLY_PROXY()
ONLY_UUPS()
UNSUPPORTED_UUID()