BondingCurvePhaseOne
Verified contract
Active on
Ethereum with 274 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x3546…3587
Balances ($0.00)
No balances found for "BondingCurvePhaseOne"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 12865998 | 3 years ago | | | 0.039 | 0.0011200288 | |
| 12865712 | 3 years ago | | | 0.01 | 0.00089093200 | |
| 12865378 | 3 years ago | | | 0.001 | 0.0015273120 | |
| 12865209 | 3 years ago | | | 0.12 | 0.0011169120 | |
| 12864201 | 3 years ago | | | 0.03 | 0.0010238360 | |
| 12863974 | 3 years ago | | | 0.02 | 0.0021032359 | |
| 12863307 | 3 years ago | | | 0.1 | 0.00093076000 | |
| 12862726 | 3 years ago | | | 0.5 | 0.0013363980 | |
| 12862546 | 3 years ago | | | 0.1 | 0.0015273120 | |
| 12858612 | 3 years ago | | | 0.22 | 0.0014892160 |
ABI
ABI objects
Getter at block 21266960
hasEnded() view returns (bool)
true
isActive() view returns (bool)
false
multiplier() view returns (uint256)
3000
owner() view returns (address)
0x1bbd2d229fd92203c7730c361be32008d7cfc21b
rugTarget() view returns (uint256)
30000000000000000000000000
rugToken() view returns (address)
0x3546a3c5c5d2b11b74e3ee7cad1d6b2ca8743587
weiTarget() view returns (uint256)
10000000000000000000000
Read-only
This contract contains no read-only function objects.
State-modifying
Events buy() payable
endSale()
pauseSale()
renounceOwnership()
rugBurn()
startSale()
transferOwnership(address newOwner)
withdrawETH()
Bought(address indexed account, uint256 amount)
Burn(address indexed account, uint256 amount)
End(address account)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Pause(address account)
Start(address account)
Withdraw(address indexed account, uint256 amount)
constructor(address _token, uint256 _rugTarget, uint256 _weiTarget, address newOwner)
This contract contains no fallback and receive objects.
This contract contains no error objects.