PremiaBondingCurve
Verified contract
Active on
Ethereum with 205 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x6399…0e70
0xb170…118a
Balances ($0.00)
No balances found for "PremiaBondingCurve"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 11996652 | 4 years ago | | | 0 | 0.012960360 | |
| 11996345 | 4 years ago | | | 0 | 0.0084568740 | |
| 11990407 | 4 years ago | | | 0.080618963 | 0.0075474281 | |
| 11925611 | 4 years ago | | | 0 | 0.012317130 | |
| 11924743 | 4 years ago | | | 0.20155067 | 0.0098189840 | |
| 11920932 | 4 years ago | | | 0.86670276 | 0.023741424 | |
| 11904380 | 4 years ago | | | 0 | 0.012962040 | |
| 11896218 | 4 years ago | | | 0.25193736 | 0.015168132 | |
| 11891943 | 4 years ago | | | 0 | 0.011293052 | |
| 11890451 | 4 years ago | | | 0.15116154 | 0.010185364 |
ABI
ABI objects
Getter at block 21225585
isUpgradeDone() view returns (bool)
true
newContract() view returns (address)
0xb170aeb574ecd63c7d71c567b81233add9e4118a
owner() view returns (address)
0xc22fae86443aeed038a4ed887bba8f5035fd12f0
premia() view returns (address)
0x6399c842dd2be3de30bf99bc7d1bbf6fa3650e70
soldAmount() view returns (uint256)
0
treasury() view returns (address)
0xc22fae86443aeed038a4ed887bba8f5035fd12f0
upgradeDelay() view returns (uint256)
604800
upgradeETA() view returns (uint256)
1631416553
Read-only
getEthCost(uint256 _x0, uint256 _x1) view returns (uint256)
getTokensPurchasable(uint256 _ethAmount) view returns (uint256)
State-modifying
Events buyExactTokenAmount(uint256 _tokenAmount) payable
buyTokenWithExactEthAmount(uint256 _minToken, address _sendTo) payable returns (uint256)
cancelUpgrade()
doUpgrade()
renounceOwnership()
sell(uint256 _tokenAmount, uint256 _minEth)
sellWithPermit(uint256 _tokenAmount, uint256 _minEth, uint256 _deadline, uint8 _v, bytes32 _r, bytes32 _s)
startUpgrade(address _newContract)
transferOwnership(address newOwner)
Bought(address indexed account, address indexed sentTo, uint256 amount, uint256 ethAmount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Sold(address indexed account, uint256 amount, uint256 ethAmount, uint256 comission)
UpgradeCancelled(address newContract, uint256 eta)
UpgradePerformed(address newContract, uint256 premiaBalance, uint256 ethBalance, uint256 soldAmount)
UpgradeStarted(address newContract, uint256 eta)
constructor(address _premia, address _treasury, uint256 _startPrice, uint256 _k)
This contract contains no fallback and receive objects.
This contract contains no error objects.