HappyTokenPool
Verified contract
Active on
Ethereum with 3,686 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($58.86)
Native
Value
$41.3
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.013251 | $3,116.73 |
$41.3 | |
UNI | ERC-20 | 1 | $9.45 |
$9.45 | |
LEV | ERC-20 | 3.32K | $0.002411 |
$8.01 | |
O3 | ERC-20 | 10 | $0.010255 |
$0.1 | |
USDC | ERC-20 | 0.000002 | $1.001 |
$0 | |
MASK | ERC-20 | 0 | $3.08 |
$0 | |
DAI | ERC-20 | 0 | $1.001 |
$0 | |
DDS | ERC-20 | 2.99924M | -- | -- | |
7MT | ERC-20 | 100K | -- | -- | |
SB | ERC-20 | 10K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 14678367 | 3 years ago | | | 0 | 0.0018223335 | |
| 14678366 | 3 years ago | | | 0 | 0.0058007247 | |
| 14678341 | 3 years ago | | | 0 | 0.011305554 | |
| 14678183 | 3 years ago | | | 0 | 0.0016594540 | |
| 14678182 | 3 years ago | | | 0 | 0.0042509063 | |
| 14678171 | 3 years ago | | | 0 | 0.010192341 | |
| 14677953 | 3 years ago | | | 0 | 0.0022008982 | |
| 14677952 | 3 years ago | | | 0 | 0.0056544158 | |
| 14677944 | 3 years ago | | | 0 | 0.010715455 | |
| 14677883 | 3 years ago | | | 0 | 0.0031450744 |
ABI
ABI objects
Getter at block 21223102
contract_creator() view returns (address)
0x9972d940c9a23f84fcf92867d18f28d75d010e5e
Read-only
check_availability(bytes32 id) view returns (address[] exchange_addrs, uint256 remaining, bool started, bool expired, bool unlocked, uint256 unlock_time, uint256 swapped, uint128[] exchanged_tokens)
State-modifying
Events claim(bytes32[] ito_ids)
destruct(bytes32 id)
fill_pool(bytes32 _hash, uint256 _start, uint256 _end, string message, address[] _exchange_addrs, uint128[] _ratios, uint256 _unlock_time, address _token_addr, uint256 _total_tokens, uint256 _limit, address _qualification) payable
setUnlockTime(bytes32 id, uint256 _unlock_time)
swap(bytes32 id, bytes32 verification, bytes32 validation, uint256 exchange_addr_i, uint128 input_total) payable returns (uint256 swapped)
withdraw(bytes32 id, uint256 addr_i)
ClaimSuccess(bytes32 id, address claimer, uint256 timestamp, uint256 to_value, address token_address)
DestructSuccess(bytes32 id, address token_address, uint256 remaining_balance, uint128[] exchanged_values)
FillSuccess(uint256 total, bytes32 id, address creator, uint256 creation_time, address token_address, string message)
SwapSuccess(bytes32 id, address swapper, address from_address, address to_address, uint256 from_value, uint256 to_value)
WithdrawSuccess(bytes32 id, address token_address, uint256 withdraw_balance)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.