Range Pool Token
Verified contract
Active on
Ethereum with 615 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($25,795.54)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
MIM | ERC-20 | 10.523328K | $0.999244 |
$10,515.37 | |
DAI | ERC-20 | 8.203349K | $0.998946 |
$8,194.7 | |
LUSD | ERC-20 | 5.546283K | $0.995856 |
$5,523.3 | |
FRAX | ERC-20 | 1.563342K | $0.995422 |
$1,556.19 | |
USDC | ERC-20 | 5.985879 | $0.999288 |
$5.98 | |
TKX | ERC-20 | 0.000006 | $12.02 |
$0 | |
$ Evmosia.com | ERC-20 | 7.5K | -- | -- | |
StableDAI.com | ERC-20 | 657 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18918193 | 10 months ago | | | 0 | 0.00038783619 | |
| 18154281 | a year ago | | | 0 | 0.00066477889 | |
| 18153676 | a year ago | | | 0 | 0.00065049167 | |
| 18153638 | a year ago | | | 0 | 0.0017354608 | |
| 17480463 | a year ago | | | 0 | 0.0043361245 | |
| 17275421 | a year ago | | | 0 | 0.0011757561 | |
| 17275414 | a year ago | | | 0 | 0.0038332246 | |
| 17275362 | a year ago | | | 0 | 0.0024560952 | |
| 17057548 | 2 years ago | | | 0 | 0.0019526706 | |
| 16208409 | 2 years ago | | | 0 | 0.00065212376 |
ABI
ABI objects
Getter at block 21182276
decimals() view returns (uint8)
18
fee() view returns (uint256)
800000
name() view returns (string)
Range Pool Token
owner() view returns (address)
0x562e4e25f4bb991c66cdb74c4af3957e0ffd3f89
redemptionValue() view returns (uint256 value_)
1005910517090819890
symbol() view returns (string)
RPT
totalSupply() view returns (uint256)
24713564735274372633472
totalTokens() view returns (uint256)
24859634682017295547490
Read-only
allowance(address owner, address spender) view returns (uint256)
amountOut(address firstToken, uint256 amount, address secondToken) view returns (uint256)
balanceOf(address account) view returns (uint256)
maxCanAdd(address token) view returns (uint256)
maxCanRemove(address token) view returns (uint256)
maxCanSwap(address firstToken, address secondToken) view returns (uint256)
tokenInfo(address) view returns (uint256 lowAP, uint256 highAP, bool accepting, bool pushed)
tokens(uint256) view returns (address)
value(uint256 amount) view returns (uint256)
State-modifying
Events add(address token, uint256 amount) returns (uint256 amount_)
addAll(uint256 amount) returns (uint256 amount_)
addToken(address token, uint256 lowAP, uint256 highAP)
approve(address spender, uint256 amount) returns (bool)
changeBound(address token, uint256 newLow, uint256 newHigh)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
pullManagement()
pushManagement(address newOwner_)
remove(address token, uint256 amount) returns (uint256 amount_)
removeAll(uint256 amount) returns (uint256 amount_)
renounceManagement()
setFee(uint256 newFee)
swap(address firstToken, uint256 amount, address secondToken)
toggleAccept(address token)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
Accepting(address arg0, bool arg1)
Add(address arg0, uint256 arg1)
Approval(address indexed owner, address indexed spender, uint256 value)
BoundsChanged(address arg0, uint256 arg1, uint256 arg2)
FeeChanged(uint256 arg0)
OwnershipPulled(address indexed previousOwner, address indexed newOwner)
OwnershipPushed(address indexed previousOwner, address indexed newOwner)
Remove(address arg0, uint256 arg1)
Swap(address arg0, uint256 arg1, address arg2)
TokenAdded(address arg0, uint256 arg1, uint256 arg2)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.