EIP173Proxy
Verified contract
Proxy
Active on
Ethereum with 800 txns
Unified storage
Map
Table
Raw
Constants and immutables
0
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
Balances ($0.00)
No balances found for "EIP173Proxy"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18489038 | a year ago | | | 0 | 0.0024818919 | |
| 18459834 | a year ago | | | 0 | 0.0028576575 | |
| 18454236 | a year ago | | | 0 | 0.0030913615 | |
| 18453569 | a year ago | | | 0 | 0.0060310986 | |
| 18019924 | a year ago | | | 0 | 0.0064242567 | |
| 18019914 | a year ago | | | 0 | 0.0060186764 | |
| 17125861 | 2 years ago | | | 0 | 0.0072113398 | |
| 17125464 | 2 years ago | | | 0 | 0.0040055646 | |
| 17125396 | 2 years ago | | | 0 | 0.028152602 | |
| 17021955 | 2 years ago | | | 0 | 0.0083350259 |
ABI
ABI objects
Getter at block 21230308
owner() view returns (address)
0xb3613da07178a0bee44b48fbbce1fa70ff5d2dcc
ADMIN_ROLE() view returns (bytes32)
0xa49807205ce4d355092ef5a8a18f56e8913cf4a201fbe287825b095693c21775
CODE_VERSION() view returns (uint256)
10200
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
SIGNER_ROLE() view returns (bytes32)
0xe2f4eaae4a9751e85a3e4a7b9587827a877f29914755229b07a7b2da98285f70
templates() view returns (string[] templateNames)
[NFTCollection, ERC721NFTProduct, ERC1155NFTProduct]
version() view returns (uint256)
10200
Read-only
supportsInterface(bytes4 id) view returns (bool)
OPERATOR_ROLE(address instance) pure returns (bytes32)
getRoleAdmin(bytes32 role) view returns (bytes32)
hasRole(bytes32 role, address account) view returns (bool)
implementation(string templateName, uint256 templateVersion) view returns (address)
isOperator(address instance, address operator) view returns (bool)
latestImplementation(string) view returns (address)
latestVersion(string) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
versions(string templateName) view returns (uint256[] templateVersions)
whitelisted(address) view returns (bool)
State-modifying
Events transferOwnership(address newOwner)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
call(struct FactoryCallRequest request, bytes signature) payable
deploy(struct FactoryDeploymentRequest request, bytes signature) payable
grantRole(bytes32 role, address account)
initialize(address factoryOwner, address factorySigner)
registerTemplate(address implementationAddress)
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
setOperator(address instance, address operator, bool allowed)
setWhitelisted(address instance, bool newStatus)
upgrade()
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
ProxyImplementationUpdated(address indexed previousImplementation, address indexed newImplementation)
Initialized(uint8 version)
OperatorChanged(address instance, address operator, bool allowed)
RoleAdminChanged(bytes32 indexed role, bytes32 indexed previousAdminRole, bytes32 indexed newAdminRole)
RoleGranted(bytes32 indexed role, address indexed account, address indexed sender)
RoleRevoked(bytes32 indexed role, address indexed account, address indexed sender)
TemplateAdded(string name, uint256 version, address implementation)
TemplateDeployed(string name, uint256 version, address destination)
constructor(address implementationAddress, address ownerAddress, bytes data)
fallback()
receive()
This contract contains no error objects.