EclipsePrivateSale
Verified contract
Active on
Ethereum with 94 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x40e9…c6c5
0xd051…c3bd
Balances ($0.00)
No balances found for "EclipsePrivateSale"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19658411 | 8 months ago | | | 0.215 | 0.00071508001 | |
| 19658147 | 8 months ago | | | 0.4 | 0.00057209264 | |
| 19658059 | 8 months ago | | | 0.2 | 0.00065082362 | |
| 19657063 | 8 months ago | | | 0.1 | 0.00092358903 | |
| 19656097 | 8 months ago | | | 1 | 0.0014063736 | |
| 19655705 | 8 months ago | | | 0.5 | 0.0010266303 | |
| 19655586 | 8 months ago | | | 0.84 | 0.00099430856 | |
| 19655544 | 8 months ago | | | 0.2 | 0.0012089201 | |
| 19655247 | 8 months ago | | | 0.2 | 0.0020648534 | |
| 19655142 | 8 months ago | | | 0.165 | 0.0011226162 |
ABI
ABI objects
Getter at block 21392682
AIX() view returns (address)
0x40e9187078032afe1a30cfcf76e4fe3d7ab5c6c5
AIXRevenueSharing() view returns (address)
0xd051ef3dbbea636fa009a0318ac51e9ee2cbc3bd
minimumAIX() view returns (uint256)
100000000000000000000
owner() view returns (address)
0x4b629a0bb9c5e3cac2acaddb27cc598dd9049d67
paused() view returns (bool)
false
totalPower() view returns (uint256)
51238856074987547469
treasury() view returns (address)
0x4b629a0bb9c5e3cac2acaddb27cc598dd9049d67
Read-only
accountPower(address) view returns (uint256)
calculatePower(uint256 ethValue, uint256 aixBalance, uint256 aixStaked) view returns (uint256 power)
State-modifying
Events buy() payable
pause()
renounceOwnership()
setMinimumAIX(uint256 newMinimumAIX)
setTreasury(address newTreasury)
transferOwnership(address newOwner)
unpause()
Bought(address indexed buyer, uint256 ethAmount, uint256 power, uint256 newAccountPower, uint256 totalPower)
MinimumAIXChanged(uint256 newMinimumAIX)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
TreasuryChanged(address indexed newTreasury)
Unpaused(address account)
constructor(address _AIX, address _AIXRevenueSharing, uint256 _minimumAIX, address _treasury, address _newOwner)
This contract contains no fallback and receive objects.
This contract contains no error objects.