PublicSaleUpgradeableProxy
Verified contract
Proxy
Active on
Ethereum with 156 txns
Unified storage
Map
Table
Raw
Constants and immutables
2
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 47 additional slots
0xc1d9…d53c
-
variable spans 43 additional slots
Balances ($0.00)
No balances found for "PublicSaleUpgradeableProxy"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 13139799 | 3 years ago | | | 1 | 0.0022308736 | |
| 13139799 | 3 years ago | | | 1 | 0.0022308736 | |
| 13139799 | 3 years ago | | | 1 | 0.0022463513 | |
| 13139361 | 3 years ago | | | 0.011 | 0.0017117187 | |
| 13139291 | 3 years ago | | | 0.01 | 0.0018165630 | |
| 13134082 | 3 years ago | | | 1 | 0.0048965415 | |
| 13133973 | 3 years ago | | | 0.45571845 | 0.0041912663 | |
| 13133958 | 3 years ago | | | 0.3 | 0.0036985200 | |
| 13133957 | 3 years ago | | | 2 | 0.013329007 | |
| 13133948 | 3 years ago | | | 1 | 0.010984493 |
ABI
ABI objects
Getter at block 21299835
genesisSaleEndTime() view returns (uint256)
1630393200
getPublicSaleEthCapacity() view returns (uint256)
300000000000000000000
isCrowdsaleFinished() view returns (bool)
true
owner() view returns (address)
0xab0b18523e8fe8cbf947c55632e8ab5ce936ae8c
pendingOwner() view returns (address)
0x0000000000000000000000000000000000000000
publicSaleBoughtEth() view returns (uint256)
300000000000000000000
publicSaleSoldToken() view returns (uint256)
1347969599999999999999999
publicSupply() view returns (uint256)
1400000000000000000000000
rate() view returns (uint256)
3888
zoneToken() view returns (address)
0xc1d9b5a0776d7c8b98b8a838e5a0dd1bc5fdd53c
Read-only
This contract contains no read-only function objects.
State-modifying
Events admin() returns (address admin_)
changeAdmin(address newAdmin)
implementation() returns (address implementation_)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
acceptOwnership()
finishCrowdsale()
initialize(address _ownerAddress, address _zoneToken)
purchase() payable
renounceOwnership()
setPublicSaleEthCapacity(uint256 newEthCapacity)
setRate(uint256 newRate)
transferOwnership(address newOwner)
AdminChanged(address previousAdmin, address newAdmin)
Upgraded(address indexed implementation)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
PublicSaleEthCapacityChanged(uint256 newRate, uint256 newEthCapacity)
PublicSaleFinished(uint256 boughtEth, uint256 soldToken)
PublicSaleRateChanged(uint256 newRate)
SoldOnPublicSale(address indexed buyer, uint256 ethAmount, uint256 tokenAmount)
constructor(address logic, address admin, bytes data)
fallback()
receive()
receive()
This contract contains no error objects.