ERC1967Proxy
Verified contract
Proxy
Active on
Ethereum with 142 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 49 additional slots
-
variable spans 48 additional slots
0xbb9b…b960
4 additional
variables
Balances ($0.00)
No balances found for "ERC1967Proxy"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18926094 | a year ago | | | 0 | 0.0027148400 | |
| 18925977 | a year ago | | | 0 | 0.010373997 | |
| 18925708 | a year ago | | | 0 | 0.0019792246 | |
| 18924150 | a year ago | | | 0 | 0.0019748051 | |
| 18924125 | a year ago | | | 0 | 0.0015982917 | |
| 18136969 | a year ago | | | 0 | 0.0032222645 | |
| 18112367 | a year ago | | | 0 | 0.0061962605 | |
| 18100008 | a year ago | | | 0 | 0.0071404598 | |
| 18100001 | a year ago | | | 0 | 0.00093906522 | |
| 18099998 | a year ago | | | 0 | 0.0071163116 |
ABI
ABI objects
Getter at block 21320159 proxiableUUID() view returns (bytes32)
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
UPGRADER_ROLE() view returns (bytes32)
0x55504752414445525f524f4c4500000000000000000000000000000000000000
additionalMintAllowance() view returns (uint256)
1
invictusOrder() view returns (address)
0xbb9b0568d5c7e57b801e41e645539cc1888cb960
isRefundingGas() view returns (bool)
false
maxMint() view returns (uint256)
100
maxRefundAmount() view returns (uint256)
5000000000000000
merkleRoot() view returns (bytes32)
0x01d7069878ee5a48f9391e7029a54940531ed209b31bebf28a6b4884b13872c8
phase() view returns (uint8)
3
refundGasBuffer() view returns (uint256)
37214
treasury() view returns (address)
0x0a93306689cdcc383c08b9b73ad12c1c3c0c6249
Read-only
allowanceOf(address _user) view returns (uint256)
getRoleAdmin(bytes32 role) view returns (bytes32)
hasRole(bytes32 role, address account) view returns (bool)
prices(uint8) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
State-modifying
Events grantRole(bytes32 role, address account)
initialize(address _treasury, address _invictusOrder, uint256[] _prices, uint256 _maxMint)
mint(uint256 _quantity) payable
mintAllowlist(bytes32[] _merkleProof, uint256 _quantity) payable
mintWaitlist(bytes32[] _merkleProof, uint256 _quantity) payable
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
setAdditionalMintAllowance(uint256 _additionalMintAllowance)
setIsRefundingGas(bool _isRefundingGas)
setMaxMint(uint256 _maxMint)
setMaxRefundAmount(uint256 _maxRefundAmount)
setMerkleRoot(bytes32 _merkleRoot)
setPhase(uint256 _phase)
setPrice(uint256 _phase, uint256 _newPrice)
setRefundGasBuffer(uint256 _refundGasBuffer)
setTreasury(address newTreasury)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
withdrawToTreasury() payable
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
Upgraded(address indexed implementation)
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
Initialized(uint8 version)
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)
Upgraded(address indexed implementation)
constructor(address _logic, bytes _data)
fallback()
receive()
receive()
AlreadyMinted()
ExceedMaxMintQuantity()
InvalidEtherAmount()
MerkleRootNotSet()
MintingInactive()
NotAllowlistPhase()
NotInCurrentPhase()
NotPublicPhase()
NotWaitlistPhase()
OnlyEoA()
PhaseDoesNotExist()
PhaseRequiresMerkleRoot()
QuantityZero()
RefundFailed()
TreasuryZeroAddress()
WithdrawFailed()