LaunchTokenPool
Verified contract
Active on
Ethereum with 1,160 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x1477…88a9
Balances ($0.05)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
CYBER | ERC-20 | 0.009675 | $4.88 |
$0.05 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20008634 | 6 months ago | | | 0 | 0.00095066581 | |
| 20007441 | 6 months ago | | | 0 | 0.00042744372 | |
| 20006223 | 6 months ago | | | 0 | 0.00065337851 | |
| 20006030 | 6 months ago | | | 0 | 0.00085323866 | |
| 20005751 | 6 months ago | | | 0 | 0.0010219824 | |
| 20004945 | 6 months ago | | | 0 | 0.0012487253 | |
| 20002651 | 6 months ago | | | 0 | 0.00057563157 | |
| 20001657 | 6 months ago | | | 0 | 0.00031977639 | |
| 20000851 | 6 months ago | | | 0 | 0.00040803033 | |
| 19994517 | 6 months ago | | | 0 | 0.00038837399 |
ABI
ABI objects
Getter at block 21413251
cyber() view returns (address)
0x14778860e937f509e651192a90589de711fb88a9
owner() view returns (address)
0xfe98ba9d562f8359981269c9e22fdbf02717b723
paused() view returns (bool)
true
totalDeposits() view returns (uint256)
692998209675470325515667
Read-only
deposits(address) view returns (uint256)
State-modifying
Events deposit(address to, uint256 amount)
pause()
renounceOwnership()
transferOwnership(address newOwner)
unpause()
withdraw(address to, uint256 amount)
withdrawERC20(address currency, address to, uint256 amount)
Deposit(address to, uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
Unpaused(address account)
WithdrawCyber(address to, uint256 amount)
WithdrawERC20(address currency, address to, uint256 amount)
constructor(address _owner, address _cyber)
This contract contains no fallback and receive objects.
This contract contains no error objects.