Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.02)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
WETH | ERC-20 | 0.000008 | $2,516.65 |
$0.02 | |
RDMP | ERC-20 | 11.168565M | -- | -- | |
vAMM-RDMP/WETH | ERC-20 | 151.063662 | -- | -- | |
NUNU | ERC-20 | 97.420134 | -- | -- | |
NUNU | ERC-20 | 9.420134 | -- | -- | |
sAMM-DAI/USDbC | ERC-20 | 0.000014 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19602138 | 2 months ago | | | 0 | 8.2321687e-7 | |
| 19054374 | 2 months ago | | | 0 | 2.3450045e-7 | |
| 19054343 | 2 months ago | | | 0 | 4.4001575e-7 | |
| 19054075 | 2 months ago | | | 0 | 0.000000104527923884 | |
| 19053974 | 2 months ago | | | 0 | 1.7597217e-7 | |
| 19053924 | 2 months ago | | | 0 | 1.7474336e-7 | |
| 15482482 | 5 months ago | | | 0 | 4.4936879e-7 | |
| 15357648 | 5 months ago | | | 0 | 0.000000302584000000 | |
| 15204485 | 5 months ago | | | 0 | 0.000000303546000000 | |
| 13851283 | 6 months ago | | | 0 | 0.000015931121 |
ABI
ABI objects
Getter at block 21834074
MAX_EMISSION_RATE() view returns (uint256)
100000000000000000000
devaddress() view returns (address)
0xd54fbe6d66bb5806e4bac4a33f6f1ce5399586d3
feeAddress() view returns (address)
0xd54fbe6d66bb5806e4bac4a33f6f1ce5399586d3
owner() view returns (address)
0xd54fbe6d66bb5806e4bac4a33f6f1ce5399586d3
poolLength() view returns (uint256)
10
rdmpPerSecond() view returns (uint256)
15000000000000000000
rdmpToken() view returns (address)
0x41e99e0f73a88947c52070ff67c19b7abc171a54
startTime() view returns (uint256)
1697472000
totalAllocPoint() view returns (uint256)
58400
Read-only
getMultiplier(uint256 _from, uint256 _to) pure returns (uint256)
pendingRdmp(uint256 _pid, address _user) view returns (uint256)
poolExistence(address) view returns (bool)
poolInfo(uint256) view returns (address lpToken, uint256 allocPoint, uint256 lastRewardTime, uint256 accRdmpPerShare, uint16 depositFeeBP, uint256 lpSupply)
userInfo(uint256, address) view returns (uint256 amount, uint256 rewardDebt)
State-modifying
Events add(uint256 _allocPoint, address _lpToken, uint16 _depositFeeBP, bool _withUpdate)
deposit(uint256 _pid, uint256 _amount)
emergencyWithdraw(uint256 _pid)
forceWithdraw(uint16 _pid, address[] _userAddresses)
massUpdatePools()
renounceOwnership()
set(uint256 _pid, uint256 _allocPoint, uint16 _depositFeeBP, bool _withUpdate)
setDevAddress(address _devaddress)
setFeeAddress(address _feeAddress)
switchActivePool(uint16[] _activePids, uint16[] _newPids, uint256[] _newAllocPoints)
transferOwnership(address newOwner)
updateEmissionRate(uint256 _rdmpTokenPerSecond)
updatePool(uint256 _pid)
updateStartTime(uint256 _startTimestamp)
withdraw(uint256 _pid, uint256 _amount)
Deposit(address indexed user, uint256 indexed pid, uint256 amount)
EmergencyWithdraw(address indexed user, uint256 indexed pid, uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
SetDevAddress(address indexed user, address indexed newAddress)
SetFeeAddress(address indexed user, address indexed newAddress)
UpdateEmissionRate(address indexed user, uint256 rdmpPerSecond)
UpdateStartTime(uint256 startTimestamp)
Withdraw(address indexed user, uint256 indexed pid, uint256 amount)
addPool(uint256 indexed pid, address lpToken, uint256 allocPoint, uint256 depositFeeBP)
setPool(uint256 indexed pid, address lpToken, uint256 allocPoint, uint256 depositFeeBP)
constructor(address _rdmpToken, address _devaddress, uint256 _startTime)
This contract contains no fallback and receive objects.
This contract contains no error objects.