Distribution
Verified contract
Active on
Ethereum with 392 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x0ae0…95e6
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
MGT | ERC-20 | 5 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 14312428 | 3 years ago | | | 0 | 0.0033882563 | |
| 14276899 | 3 years ago | | | 0 | 0.0041924338 | |
| 14230218 | 3 years ago | | | 0 | 0.0098232429 | |
| 14184117 | 3 years ago | | | 0 | 0.0035591940 | |
| 14111701 | 3 years ago | | | 0 | 0.0092885900 | |
| 14066089 | 3 years ago | | | 0 | 0.011185790 | |
| 14033963 | 3 years ago | | | 0 | 0.0087562457 | |
| 13982621 | 3 years ago | | | 0 | 0.013083367 | |
| 13969605 | 3 years ago | | | 0 | 0.010698161 | |
| 13962840 | 3 years ago | | | 0 | 0.0089593191 |
ABI
ABI objects
Getter at block 21176909
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
PUBLIC_OFFERING() view returns (uint8)
2
distributionStartTimestamp() view returns (uint256)
1588165379
isInitialized() view returns (bool)
true
isOwner() view returns (bool)
false
isPreInitialized() view returns (bool)
true
owner() view returns (address)
0x86edd0c110d1fc7f8a5e1108623b3b1b4e3740f9
preInitializationTimestamp() view returns (uint256)
1586961563
supply() view returns (uint256)
8537500000000000000000000
token() view returns (address)
0x0ae055097c6d159879521c384f1d2123d1f195e6
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, uint256 _initialStakeAmount)
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 _publicOfferingAddress, address _privateOfferingAddress, address _advisorsRewardAddress, address _foundationAddress, address _liquidityFundAddress)
This contract contains no fallback and receive objects.
This contract contains no error objects.