ERC1967Proxy
Verified contract
Proxy
Active on
Ethereum with 358 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 49 additional slots
-
variable spans 49 additional slots
-
variable spans 49 additional slots
-
variable spans 48 additional slots
0x9028…c68c
0x3abc…df51
Balances ($0.00)
No balances found for "ERC1967Proxy"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19519154 | 8 months ago | | | 0 | 0.020988778 | |
| 19288336 | 9 months ago | | | 0 | 0.017315404 | |
| 19044019 | a year ago | | | 0 | 0.0080593820 | |
| 18868090 | a year ago | | | 0 | 0.0071121370 | |
| 18840867 | a year ago | | | 0 | 0.015467953 | |
| 18707972 | a year ago | | | 0 | 0.019307865 | |
| 18696186 | a year ago | | | 0 | 0.013734839 | |
| 18624157 | a year ago | | | 0 | 0.011134983 | |
| 18479249 | a year ago | | | 0 | 0.021079878 | |
| 18475719 | a year ago | | | 0 | 0.0051495260 |
ABI
ABI objects
Getter at block 21333313 proxiableUUID() view returns (bytes32)
accessControls() view returns (address)
0x9028b16494a9363f3eaaf381a6fde67296abc68c
defaultSelfSovereignContractName() view returns (string)
ERC721KODACreatorWithBuyItNow_V1.0
paused() view returns (bool)
false
platformSettings() view returns (address)
0x3abc8c65a9516d5b487a9f7423ae2c4c6a3adf51
receiverImplementation() view returns (address)
0xbc20c6582259f440ae628819be80062a576f06ed
Read-only
contractImplementations(string) view returns (address)
deployedHandler(bytes32) view returns (address)
flaggedContracts(address) view returns (bool)
getHandler(address[] _recipients, uint256[] _splitAmounts) view returns (address)
getHandlerId(address[] _recipients, uint256[] _splitAmounts) pure returns (bytes32)
implementationIdentifiers(address) view returns (string)
predictDeterministicAddressOfSelfSovereignNFT(string _nftIdentifier, address _artist, string _name, string _symbol) view returns (address)
State-modifying
Events addCreatorImplementation(address _implementation, string _identifier)
deployCreatorContractAndFundsHandler(struct IERC721KODACreatorFactorySelfSovereignDeployment _deploymentParams, uint256 _artistIndex, bytes32[] _artistProof, address[] _recipients, uint256[] _splitAmounts)
deployCreatorContractAndFundsHandlerOnBehalfOfArtist(address _artist, struct IERC721KODACreatorFactorySelfSovereignDeployment _deploymentParams, address[] _recipients, uint256[] _splitAmounts)
deployCreatorContractWithCustomFundsHandler(struct IERC721KODACreatorFactorySelfSovereignDeployment _deploymentParams, address _fundsHandler, uint256 _artistIndex, bytes32[] _artistProof)
deployCreatorContractWithCustomFundsHandlerOnBehalfOfArtist(address _artist, struct IERC721KODACreatorFactorySelfSovereignDeployment _deploymentParams, address _fundsHandler)
deployFundsHandler(address[] _recipients, uint256[] _splitAmounts) returns (address)
flagBannedContract(address _contract, bool _banned)
initialize(string _erc721ImplementationName, address _erc721Implementation, address _receiverImplementation, address _accessControls, address _settings)
pause()
unpause()
updateAccessControls(address _access)
updateDefaultCreatorIdentifier(string _default)
updateReceiverImplementation(address _receiver)
updateSettingsContract(address _newSettings)
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)
ContractDeployed()
CreatorContractBanned(address indexed _contract, bool _banned)
DefaultImplementationUpdated(string _identifier)
FundsHandlerDeployed(address indexed _handler)
Initialized(uint8 version)
NewImplementationAdded(string _identifier)
Paused(address account)
SelfSovereignERC721Deployed(address indexed deployer, address indexed artist, address indexed selfSovereignNFT, address implementation, address fundsHandler)
Unpaused(address account)
Upgraded(address indexed implementation)
constructor(address _logic, bytes _data)
fallback()
receive()
DuplicateIdentifier()
DuplicateImplementation()
EmptyString()
OnlyAdmin()
OnlyVerifiedArtist()
ZeroAddress()