TransparentUpgradeableProxy
Verified contract
Proxy
Active on
Ethereum with 2,265 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 48 additional slots
0x8dc8…58bf
1 additional
variable
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
IBIT | ERC-20 | 700.703K | -- | -- | |
GVC | ERC-20 | 700.7027K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16554102 | 2 years ago | | | 0 | 0.0025884161 | |
| 16548797 | 2 years ago | | | 0 | 0.0030498603 | |
| 16499850 | 2 years ago | | | 0 | 0.0055769490 | |
| 16488852 | 2 years ago | | | 0 | 0.0018036112 | |
| 16488208 | 2 years ago | | | 0 | 0.00056744113 | |
| 16437139 | 2 years ago | | | 0 | 0.0035600692 | |
| 16436003 | 2 years ago | | | 0 | 0.0036777681 | |
| 16436000 | 2 years ago | | | 0 | 0.0037416145 | |
| 16435999 | 2 years ago | | | 0 | 0.0038093893 | |
| 16434813 | 2 years ago | | | 0 | 0.0072144450 |
ABI
ABI objects
Getter at block 21286964
closeTime() view returns (uint256)
99999999999999
globalVestingStarted() view returns (bool)
true
initialIntervalsClaimed() view returns (uint256)
6
intervalDuration() view returns (uint256)
21600
maxAllocPerUser() view returns (uint256)
1000000000000000000000000
openTime() view returns (uint256)
0
owner() view returns (address)
0xd12233eadf2e8e35cc439d04731ec10c1a89c331
token() view returns (address)
0x8dc89f4716e027394bba225b82328c1ea2ea58bf
tokensPerWei() view returns (uint256)
1000000
totalIntervals() view returns (uint256)
20
totalPresaleTokens() view returns (uint256)
300000000000000000000000000
totalRegisteredTokens() view returns (uint256)
299999991000000000001000000
totalTransferredOut() view returns (uint256)
297269297300000000000000000
Read-only
nextClaimTime(address userAddress) view returns (uint256 timestamp)
totalClaimable(address userAddress) view returns (uint256 totalClaimableThisRound, uint256 claimableIntervals)
userPregisteredAmount(address) view returns (uint256)
users(address) view returns (uint256 totalTokens, uint256 intervalsClaimed, uint256 claimStart)
State-modifying
Events admin() returns (address admin_)
changeAdmin(address newAdmin)
implementation() returns (address implementation_)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
blacklistUser(address blacklistedAddress)
claim()
initialize(address _vestingToken, uint256 _tokensPerWei, uint256 _openTime)
markContractFunded(uint256 _maxAllocPerUser)
presaleRegister(uint256 amount) payable
renounceOwnership()
setGlobalVestingStarted(bool _globalVestingStarted)
setPrice(uint256 price)
setTime(uint256 _openTime, uint256 _closeTime)
setToken(address _tokenAddr)
setVestingVariables(uint256 _intervalDuration, uint256 _totalIntervals, uint256 _initialIntervalsClaimed)
transferOwnership(address newOwner)
withdraw()
withdrawERC20(uint256 amount)
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
Upgraded(address indexed implementation)
Initialized(uint8 version)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
constructor(address _logic, address admin_, bytes _data)
fallback()
receive()
receive()
This contract contains no error objects.