CornTownSaleManager
Verified contract
Implementation
Active on
Ethereum with 0 txns
Storage
Map
Table
Raw
Constants and immutables
7
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
5 additional
variables
Balances ($0.00)
No balances found for "CornTownSaleManager"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "CornTownSaleManager"
ABI
ABI objects
Getter at block 21292446
CornTown() view returns (address)
0x0000000000000000000000000000000000000000
maxPreSaleSupply() view returns (uint256)
0
maxPublicSaleSupply() view returns (uint256)
0
owner() view returns (address)
0x0000000000000000000000000000000000000000
paused() view returns (bool)
false
preSaleEndTs() view returns (uint256)
0
preSaleStartTs() view returns (uint256)
0
presaleLeftovers() view returns (uint256)
0
proxiableUUID() view returns (bytes32)
0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc
publicPersonalCap() view returns (uint256)
0
publicSaleEndTs() view returns (uint256)
0
publicSaleStartTs() view returns (uint256)
0
teamAllocation() view returns (uint256)
0
totalPresaled() view returns (uint256)
0
totalPublicSaled() view returns (uint256)
0
whitelistMerkleRoot() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
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)
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)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.