Distribution
Verified contract
Active on
Ethereum with 24 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x0275…88a5
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
OIL | ERC-20 | 53.515541M | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20754626 | 2 months ago | | | 0 | 0.00018136027 | |
| 16526165 | 2 years ago | | | 0 | 0.0011210290 | |
| 15197998 | 2 years ago | | | 0 | 0.00062345671 | |
| 15127206 | 2 years ago | | | 0 | 0.0012248577 | |
| 15087103 | 2 years ago | | | 0 | 0.0029881101 | |
| 14453690 | 3 years ago | | | 0 | 0.0039641892 | |
| 14371264 | 3 years ago | | | 0 | 0.0014614122 | |
| 14273047 | 3 years ago | | | 0 | 0.0049111604 | |
| 14138322 | 3 years ago | | | 0 | 0.0063304422 | |
| 14119837 | 3 years ago | | | 0 | 0.012269971 |
ABI
ABI objects
Getter at block 21265965
ADVISORS_REWARD() view returns (uint8)
4
ECOSYSTEM_FUND() view returns (uint8)
1
FOUNDATION_REWARD() view returns (uint8)
5
LIQUIDITY_FUND() view returns (uint8)
6
PRIVATE_OFFERING() view returns (uint8)
3
TEAM_FUND() view returns (uint8)
2
distributionStartTimestamp() view returns (uint256)
1620293249
isInitialized() view returns (bool)
true
isOwner() view returns (bool)
false
isPreInitialized() view returns (bool)
true
owner() view returns (address)
0xa94db69502920a657f8685978e62d3e3b9762adf
preInitializationTimestamp() view returns (uint256)
1620136382
supply() view returns (uint256)
100000000000000000000000000
token() view returns (address)
0x0275e1001e293c46cfe158b3702aade0b99f88a5
Read-only
cliff(uint8) view returns (uint256)
installmentValue(uint8) view returns (uint256)
installmentsEnded(uint8) view returns (bool)
numberOfInstallments(uint8) view returns (uint256)
numberOfInstallmentsMade(uint8) view returns (uint256)
onTokenTransfer(address, uint256, bytes) pure returns (bool)
poolAddress(uint8) view returns (address)
stake(uint8) view returns (uint256)
tokensLeft(uint8) view returns (uint256)
valueAtCliff(uint8) view returns (uint256)
wasValueAtCliffPaid(uint8) view returns (bool)
State-modifying
Events changePoolAddress(uint8 _pool, address _newAddress)
initialize()
makeInstallment(uint8 _pool)
preInitialize(address _tokenAddress)
renounceOwnership()
transferOwnership(address newOwner)
Initialized(address caller)
InstallmentMade(uint8 indexed pool, uint256 value, address caller)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
PoolAddressChanged(uint8 indexed pool, address oldAddress, address newAddress)
PreInitialized(address token, address caller)
constructor(address _ecosystemFundAddress, address _teamFundAddress, address _privateOfferingAddress, address _advisorsRewardAddress, address _foundationAddress, address _liquidityFundAddress)
This contract contains no fallback and receive objects.
This contract contains no error objects.