ERC1967Proxy
Verified contract
Proxy
Active on
Ethereum with 23,980 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
0x9028…c68c
0xabb3…045b
0xf11e…c81b
0x8fc7…8f42
0xe28e…ebeb
Balances ($0.00)
No balances found for "ERC1967Proxy"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20235573 | 5 months ago | | | 0 | 0.0016674436 | |
| 20235473 | 5 months ago | | | 0 | 0.0019278272 | |
| 20231999 | 5 months ago | | | 0 | 0.0017935576 | |
| 20231958 | 5 months ago | | | 0 | 0.0015692380 | |
| 20231925 | 5 months ago | | | 0 | 0.0015840844 | |
| 20231901 | 5 months ago | | | 0 | 0.0016233348 | |
| 20231875 | 5 months ago | | | 0 | 0.0015527037 | |
| 20209515 | 5 months ago | | | 0 | 0.00060450789 | |
| 20208051 | 5 months ago | | | 0 | 0.00051176150 | |
| 20207911 | 5 months ago | | | 0 | 0.00050594581 |
ABI
ABI objects
Getter at block 21292399 proxiableUUID() view returns (bytes32)
accessControls() view returns (address)
0x9028b16494a9363f3eaaf381a6fde67296abc68c
gatedMarketplace() view returns (address)
0x8fc72c856eb661f072f0f7322449f3fccf088f42
koda() view returns (address)
0xabb3738f04dc2ec20f4ae4462c3d069d02ae045b
marketplace() view returns (address)
0xf11ed77fd65840b64602526ddc38311e9923c81b
maxMintsInPeriod() view returns (uint256)
3
mintingPeriod() view returns (uint256)
2592000
royaltiesRegistry() view returns (address)
0xe28e054d596576841682e8c993e415b3ccb2ebeb
Read-only
canCreateNewEdition(address _account) view returns (bool)
currentMintConfig(address _account) view returns (uint128 mints, uint128 firstMintInPeriod)
frequencyOverride(address) view returns (bool)
State-modifying
Events initialize(address _accessControls, address _koda, address _marketplace, address _gatedMarketplace, address _royaltiesRegistry)
mintBatchEdition(uint8 _saleType, uint16 _editionSize, uint128 _startDate, uint128 _basePrice, uint128 _stepPrice, string _uri, uint256 _merkleIndex, bytes32[] _merkleProof, address _deployedRoyaltiesHandler)
mintBatchEditionAsProxy(address _creator, uint8 _saleType, uint16 _editionSize, uint128 _startDate, uint128 _basePrice, uint128 _stepPrice, string _uri, address _deployedRoyaltiesHandler)
mintBatchEditionGatedAndPublic(uint16 _editionSize, uint128 _publicStartDate, uint128 _publicBuyNowPrice, uint256 _merkleIndex, bytes32[] _merkleProof, address _deployedRoyaltiesHandler, string _uri)
mintBatchEditionGatedAndPublicAsProxy(address _creator, uint16 _editionSize, uint128 _publicStartDate, uint128 _publicBuyNowPrice, address _deployedRoyaltiesHandler, string _uri)
mintBatchEditionGatedOnly(uint16 _editionSize, uint256 _merkleIndex, bytes32[] _merkleProof, address _deployedRoyaltiesHandler, string _uri)
mintBatchEditionGatedOnlyAsProxy(address _creator, uint16 _editionSize, address _deployedRoyaltiesHandler, string _uri)
mintBatchEditionOnly(uint16 _editionSize, uint256 _merkleIndex, bytes32[] _merkleProof, address _deployedRoyaltiesHandler, string _uri)
mintBatchEditionOnlyAsProxy(address _creator, uint16 _editionSize, address _deployedRoyaltiesHandler, string _uri)
setFrequencyOverride(address _account, bool _override)
setMaxMintsInPeriod(uint256 _maxMintsInPeriod)
setMintingPeriod(uint256 _mintingPeriod)
setRoyaltiesRegistry(address _royaltiesRegistry)
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)
AdminFrequencyOverrideChanged(address _account, bool _override)
AdminMaxMintsInPeriodChanged(uint256 _maxMintsInPeriod)
AdminMintingPeriodChanged(uint256 _mintingPeriod)
AdminRoyaltiesRegistryChanged(address _royaltiesRegistry)
BeaconUpgraded(address indexed beacon)
EditionMinted(uint256 indexed _editionId)
EditionMintedAndListed(uint256 indexed _editionId, uint8 _saleType)
MintingFactoryCreated()
Upgraded(address indexed implementation)
constructor(address _logic, bytes _data)
fallback()
receive()
This contract contains no error objects.