ERC1967Proxy
Verified contract
Proxy
Active on
Ethereum with 4,753 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 48 additional slots
-
variable spans 49 additional slots
-
variable spans 49 additional slots
-
variable spans 48 additional slots
-
variable spans 48 additional slots
0xbd5f…9bbb
9 additional
variables
Balances ($0.00)
No balances found for "ERC1967Proxy"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15653540 | 2 years ago | | | 0 | 0.00076941402 | |
| 15653540 | 2 years ago | | | 0 | 0.00076941402 | |
| 15650700 | 2 years ago | | | 0 | 0.00041127581 | |
| 15650700 | 2 years ago | | | 0 | 0.00032557663 | |
| 15645186 | 2 years ago | | | 0 | 0.00072771373 | |
| 15642112 | 2 years ago | | | 0 | 0.00059436808 | |
| 15642104 | 2 years ago | | | 0 | 0.00070847886 | |
| 15641760 | 2 years ago | | | 0 | 0.00052649527 | |
| 15641650 | 2 years ago | | | 0 | 0.00058967000 | |
| 15641650 | 2 years ago | | | 0 | 0.00059013000 |
ABI
ABI objects
Getter at block 21292446 proxiableUUID() view returns (bytes32)
CornTown() view returns (address)
0xbd5fb504d4482ef4366dfa0c0edfb85ed50a9bbb
maxPreSaleSupply() view returns (uint256)
9400
maxPublicSaleSupply() view returns (uint256)
0
owner() view returns (address)
0x901d23afda17215ee3455e67f7708f1f72f6e240
paused() view returns (bool)
false
preSaleEndTs() view returns (uint256)
1664478000
preSaleStartTs() view returns (uint256)
1664456100
presaleLeftovers() view returns (uint256)
0
publicPersonalCap() view returns (uint256)
1
publicSaleEndTs() view returns (uint256)
1672297257
publicSaleStartTs() view returns (uint256)
1664478000
teamAllocation() view returns (uint256)
600
totalPresaled() view returns (uint256)
9400
totalPublicSaled() view returns (uint256)
0
whitelistMerkleRoot() view returns (bytes32)
0x72171f43fb0958dc4522ffb3f3f844895b5902180402fac87760d47e6bbcdf35
Read-only
isWhitelisted(address account, bytes32[] proof, uint256 alloc) view returns (bool)
publicSaleAmounts(address) view returns (uint256)
whitelistAccountAmounts(address) view returns (uint256)
State-modifying
Events initialize(uint256 _personalCap, uint256[3] maxSuppliesAndTeamAllocation, uint256[4] timestamps, address _CornTown, bytes32 _merkeRoot)
mintTeamAllocation(address treasury)
pause()
presale(bytes32[] proof, uint256 alloc, uint256 amount)
publicSale(uint256 qty)
renounceOwnership()
setDates(uint256 _preSaleStartTs, uint256 _preSaleEndTs, uint256 _publicSaleStartTs, uint256 _publicSaleEndTs)
setMerkleRoot(bytes32 _whitelistMerkleRoot)
transferLeftovers(address vault, uint256 qty)
transferOwnership(address newOwner)
unpause()
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)
Initialized(uint8 version)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
Presale(address indexed user, uint256 qty)
PublicSale(address indexed user, uint256 qty)
Unpaused(address account)
Upgraded(address indexed implementation)
constructor(address _logic, bytes _data)
fallback()
receive()
This contract contains no error objects.