ERC1967Proxy

Verified contract

Proxy

Active on Ethereum with 142 txns
Deployed by via 0xde75466e at 16823972
Slot
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
4 additional variables

No balances found for "ERC1967Proxy"

0x81c3468c5133aad9a3f00f469a451ade7147fcd5c3f8cab941593f0e6de24b4a
0x1d7eb7634ac07800d77358e5fc01770fefe4b345c3373a3cdf0d908d3b49ee63
0xec8f367f8211da239e10d327e75646bdad64beead73cb5d3caa8958c0440b076
0xb40f279adc9f4349cebeffad03cf68204969fa7213dee046f5e482c66ea400b9
0xa1852d064afdfed7fffc46013540952e32cab7969ed2ab5f5c1cc88a968d19c1
0x016a202d591766fa951c0cd9a72b896790de8b3376054fb28b91405e608f4fe8
From
0xc7aa0d06f3c30891ed3e46f984c2efe73473e1e81cbf236171eacac295620361
0x037bb3d8afc7c85209a1d2ddeac7616b03f0405b594783b416ac46a6d30a5409
0xb6121676e897ea8aa3e6031c6e3f2a0c54c637c24995a75ba89f3ae9004d4943
0x554ddb2d4f795784944331029e96ab379f558aa3acbdc3053fa83287404c9d27

Functions
Getter at block 21320159
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
 
proxiableUUID(view returns (bytes32)
refundGasBuffer(view returns (uint256)
37214
treasury(view returns (address)
0x0a93306689cdcc383c08b9b73ad12c1c3c0c6249
Read-only
allowanceOf(address _userview returns (uint256)
getRoleAdmin(bytes32 roleview returns (bytes32)
hasRole(bytes32 roleaddress accountview returns (bool)
prices(uint8view returns (uint256)
supportsInterface(bytes4 interfaceIdview returns (bool)
State-modifying
grantRole(bytes32 roleaddress account
initialize(address _treasuryaddress _invictusOrderuint256[] _pricesuint256 _maxMint
mint(uint256 _quantitypayable 
mintAllowlist(bytes32[] _merkleProofuint256 _quantitypayable 
mintWaitlist(bytes32[] _merkleProofuint256 _quantitypayable 
renounceRole(bytes32 roleaddress account
revokeRole(bytes32 roleaddress account
setAdditionalMintAllowance(uint256 _additionalMintAllowance
setIsRefundingGas(bool _isRefundingGas
setMaxMint(uint256 _maxMint
setMaxRefundAmount(uint256 _maxRefundAmount
setMerkleRoot(bytes32 _merkleRoot
setPhase(uint256 _phase
setPrice(uint256 _phaseuint256 _newPrice
setRefundGasBuffer(uint256 _refundGasBuffer
setTreasury(address newTreasury
upgradeTo(address newImplementation
upgradeToAndCall(address newImplementationbytes datapayable 
withdrawToTreasury(payable 
Events
AdminChanged(address previousAdminaddress newAdmin
BeaconUpgraded(address indexed beacon
Upgraded(address indexed implementation
AdminChanged(address previousAdminaddress newAdmin
BeaconUpgraded(address indexed beacon
Initialized(uint8 version
RoleAdminChanged(bytes32 indexed rolebytes32 indexed previousAdminRolebytes32 indexed newAdminRole
RoleGranted(bytes32 indexed roleaddress indexed accountaddress indexed sender
RoleRevoked(bytes32 indexed roleaddress indexed accountaddress indexed sender
Upgraded(address indexed implementation
Constructor
constructor(address _logicbytes _data
Fallback and receive
fallback(
receive(
receive(
Errors
AlreadyMinted(
ExceedMaxMintQuantity(
InvalidEtherAmount(
MerkleRootNotSet(
MintingInactive(
NotAllowlistPhase(
NotInCurrentPhase(
NotPublicPhase(
NotWaitlistPhase(
OnlyEoA(
PhaseDoesNotExist(
PhaseRequiresMerkleRoot(
QuantityZero(
RefundFailed(
TreasuryZeroAddress(
WithdrawFailed(