Rainbow Pool
Verified contract
Active on
Ethereum with 938 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($2,300,000.87)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
RNBW | ERC-20 | 100.000038T | $0.00 |
$2,300,000.87 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21053762 | 4 days ago | | | 0 | 0.00020141475 | |
| 18793684 | a year ago | | | 0 | 0.0032593681 | |
| 18731811 | a year ago | | | 0 | 0.00075632090 | |
| 18468061 | a year ago | | | 0 | 0.0018249045 | |
| 16117262 | 2 years ago | | | 0 | 0.00083340154 | |
| 16075858 | 2 years ago | | | 0 | 0.00065020471 | |
| 16027626 | 2 years ago | | | 0 | 0.0011262344 | |
| 15998871 | 2 years ago | | | 0 | 0.00073512495 | |
| 15944887 | 2 years ago | | | 0 | 0.00079085713 | |
| 15942027 | 2 years ago | | | 0 | 0.0016014731 |
ABI
ABI objects
Getter at block 21085307
DECIMALS() view returns (uint256)
1000000000000000000
decimals() view returns (uint8)
18
genesisTimestamp() view returns (uint256)
1625460472
getCurrentHaloHaloPrice() view returns (uint256)
1159318279017252552
halo() view returns (address)
0xe94b97b6b43639e238c851a7e693f50033efd75c
name() view returns (string)
Rainbow Pool
symbol() view returns (string)
xRNBW
totalSupply() view returns (uint256)
86257622104275530486134763688950
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
enter(uint256 _amount)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
leave(uint256 _share)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address _halo)
This contract contains no fallback and receive objects.
This contract contains no error objects.