ERC1967Proxy
Verified contract
Proxy
Active on
Base with 933 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 48 additional slots
-
variable spans 49 additional slots
-
variable spans 49 additional slots
-
variable spans 49 additional slots
0x97c8…3dcc
Balances ($0.00)
No balances found for "ERC1967Proxy"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 12076754 | 8 months ago | | | 0 | 0.0000070594284 | |
| 12076688 | 8 months ago | | | 0 | 0.0000063895319 | |
| 11981338 | 8 months ago | | | 0 | 0.0000036322010 | |
| 11980992 | 8 months ago | | | 0 | 0.0000035695625 | |
| 11973466 | 8 months ago | | | 0 | 0.0000033147821 | |
| 11964618 | 8 months ago | | | 0 | 0.0000074290885 | |
| 11964280 | 8 months ago | | | 0 | 0.0000072441826 | |
| 11964012 | 8 months ago | | | 0 | 0.0000072441826 | |
| 11962308 | 8 months ago | | | 0 | 0.0000072440526 | |
| 11961589 | 8 months ago | | | 0 | 0.0000072441826 |
ABI
ABI objects
Getter at block 22762721
FEATURE_ALLOW_EXCLUSIVE_BUY() view returns (uint32)
4
FEATURE_ALLOW_PAUSED_DEPLOYMENTS() view returns (uint32)
2
FEATURE_SHARES_DEPLOYMENT_ENABLED() view returns (uint32)
1
ROLE_ACCESS_MANAGER() view returns (uint256)
57896044618658097711785492504343953926634992332820282019728792003956564819968
ROLE_FACTORY_DEPLOYMENT_MANAGER() view returns (uint32)
1048576
ROLE_HOLDERS_FEE_MANAGER() view returns (uint32)
131072
ROLE_PROTOCOL_FEE_MANAGER() view returns (uint32)
65536
ROLE_SHARES_REGISTRAR() view returns (uint32)
524288
ROLE_SUBJECT_FEE_MANAGER() view returns (uint32)
262144
ROLE_UPGRADE_MANAGER() view returns (uint256)
28948022309329048855892746252171976963317496166410141009864396001978282409984
features() view returns (uint256)
5
getHoldersFeePercent() view returns (uint256 feePercent)
30000000000000000
getImplementation() view returns (address)
0x41aeed8861e3baa0af5e5f8a60ca4faba3abb58e
getPaymentToken() view returns (address)
0x97c806e7665d3afd84a8fe1837921403d59f3dcc
getProtocolFeeDestination() view returns (address feeDestination)
0x6e1b9c06410c234a427ca10935c2438548c988bd
getProtocolFeePercent() view returns (uint256 feePercent)
40000000000000000
getSharesOwnerAddress() view returns (address)
0xc2b38b25d0c74b6b33ce6428bd8667f44cbe0bf1
getSubjectFeePercent() view returns (uint256 feePercent)
30000000000000000
Read-only
determineImplementationType(address _sharesContract) view returns (uint8)
getDistributorImplAddress(uint8 _implementationType) view returns (address)
getNonce(address _issuer) view returns (uint256)
getRole(address operator) view returns (uint256)
getSharesImplAddress(uint8 _implementationType) view returns (address)
isFeatureEnabled(uint256 required) view returns (bool)
isOperatorInRole(address operator, uint256 required) view returns (bool)
isSenderInRole(uint256 required) view returns (bool)
lookupSharesContract(struct TradeableSharesSharesSubject _sharesSubject) view returns (address)
State-modifying
Events deploySharesContract(uint8 _implementationType, struct TradeableSharesSharesSubject _sharesSubject) returns (address)
deploySharesContractAndBuy(uint8 _implementationType, struct TradeableSharesSharesSubject _sharesSubject, uint256 _amount) payable returns (address)
deploySharesContractPaused(uint8 _implementationType, struct TradeableSharesSharesSubject _sharesSubject) returns (address)
executeDeploymentRequest(struct SharesFactorySharesDeploymentRequest req, bytes signature) payable returns (address)
mintSubjectAndDeployShares(uint8 _implementationType, struct TradeableSharesSharesSubject _sharesSubject, address _issuer, uint256 _amount) payable returns (address)
notifySubjectUpdated()
postConstruct(address _paymentToken)
registerSharesContract(address _sharesContract)
rewindNonce(address _issuer, uint256 _nonce)
setDistributorImplAddress(uint8 _implementationType, address _implementationAddress)
setHoldersFeePercent(uint64 _feePercent)
setProtocolFee(address _protocolFeeDestination, uint64 _protocolFeePercent, uint64 _holdersFeePercent, uint64 _subjectFeePercent)
setProtocolFeeDestination(address _feeDestination)
setProtocolFeePercent(uint64 _feePercent)
setSharesImplAddress(uint8 _implementationType, address _implementationAddress)
setSharesOwnerAddress(address _sharesOwnerAddress)
setSubjectFeePercent(uint64 _feePercent)
updateFeatures(uint256 _mask)
updateRole(address operator, uint256 role)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
Upgraded(address indexed implementation)
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
DistributorImplAddressUpdated(uint8 implementationType, address implementationAddress)
NonceUsed(address indexed issuer, uint256 nonce)
ProtocolFeeUpdated(address protocolFeeDestination, uint64 protocolFeePercent, uint64 holdersFeePercent, uint64 subjectFeePercent)
RoleUpdated(address indexed operator, uint256 requested, uint256 assigned)
SharesContractRegistered(address indexed creator, address indexed implementationContract, address indexed holdersRewardsDistributor, uint8 implementationType, struct TradeableSharesSharesSubject sharesSubject, bool newDeployment)
SharesImplAddressUpdated(uint8 implementationType, address implementationAddress)
SharesOwnerAddressUpdated(address indexed sharesOwnerAddress)
Upgraded(address indexed implementation)
constructor(address _logic, bytes _data)
fallback()
receive()
This contract contains no error objects.