ERC1967Proxy
Verified contract
Proxy
Active on
Ethereum with 595 txns
Unified storage
Map
Table
Raw
Constants and immutables
3
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 48 additional slots
-
variable spans 49 additional slots
-
variable spans 48 additional slots
-
variable spans 48 additional slots
-
variable spans 49 additional slots
-
variable spans 49 additional slots
-
variable spans 9 additional slots
7 additional
variables
Balances ($0.00)
No balances found for "ERC1967Proxy"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20045977 | 5 months ago | | | 0 | 0.00056037248 | |
| 19974053 | 5 months ago | | | 0 | 0.00037692132 | |
| 19640650 | 7 months ago | | | 0 | 0.0021550585 | |
| 19640323 | 7 months ago | | | 0 | 0.0018852160 | |
| 19640300 | 7 months ago | | | 0 | 0.21656501 | |
| 19640269 | 7 months ago | | | 0.67321395 | 0.0023940372 | |
| 19640269 | 7 months ago | | | 0.66039932 | 0.0024273902 | |
| 19640267 | 7 months ago | | | 0.66039932 | 0.0026542044 | |
| 19640267 | 7 months ago | | | 0.66464353 | 0.0026542044 | |
| 19640265 | 7 months ago | | | 1.1997871 | 0.0040957080 |
ABI
ABI objects
Getter at block 21179125 decayTime() view returns (uint256) endTime() view returns (uint256) getProjectInfo() view returns (struct DutchAuctionMinterReturnConfig result) proxiableUUID() view returns (bytes32)
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
OPERATE_ROLE() view returns (bytes32)
0x26dad9aff0b7a25cb40eba58d2c80f6e8234130942d17bd1ec8f5ad95a48c78e
WITHDRAW_ROLE() view returns (bytes32)
0x5d8e12c39142ff96d79d04d15d1ba1269e4fe57bb9d26f43523628b34ba108ec
currentPrice() view returns (uint256)
500000000000000000
minPrice() view returns (uint256)
588474554371645041
minterType() view returns (string)
DutchAuctionMinter
nextPriceDrop() view returns (uint256)
1731505170
paused() view returns (bool)
true
totalSupply() view returns (uint256)
900
Read-only
getMintInfo(address user) view returns (uint256 minted)
getRoleAdmin(bytes32 role) view returns (bytes32)
hasRole(bytes32 role, address account) view returns (bool)
supportsInterface(bytes4 interfaceId) view returns (bool)
State-modifying
Events initProxy(address _logic, bytes _data)
clearAllStepOne()
clearAllStepTwo()
grantRole(bytes32 role, address account)
initialize(address __owner, address __operator, address __withdraw)
mint(uint256 quantity) payable
pause()
refund()
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
setMaxSupply(uint256 maxSupply_)
setPasses(address passes_)
setPriceRange(uint256 startPrice_, uint256 restPrice_, uint256 priceDropSlot_, uint256 halfPeriod_)
setProject(struct DutchAuctionMinterProjectConfig config_, address beneficiary_, bool isNeedRefund_)
setProjectId(uint256 projectId_)
setTime(uint256 startTime_, uint256 endTime_)
unpause()
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
withdraw()
Upgraded(address indexed implementation)
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
Initialized(uint8 version)
MintPassesUpdated(address newMintPasses)
MintPublicUpdated(bool open)
Paused(address account)
Purchase(address purchaser, uint256 tokenId, uint256 price)
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)
Unpaused(address account)
Upgraded(address indexed implementation)
constructor(address _owner)
fallback()
receive()
AlreadyStarted()
FailedPaying(address payee, bytes data)
NotYetStarted()