UserDeposit
Verified contract
Active on
Ethereum with 463 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($10.07)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
RDN | ERC-20 | 2.3335K | $0.004317 |
$10.07 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 13894478 | 3 years ago | | | 0 | 0.0049625950 | |
| 13894287 | 3 years ago | | | 0 | 0.0056061943 | |
| 13894120 | 3 years ago | | | 0 | 0.0055028753 | |
| 13894042 | 3 years ago | | | 0 | 0.0091212660 | |
| 13835685 | 3 years ago | | | 0 | 0.0029668383 | |
| 13431735 | 3 years ago | | | 0 | 0.0088705617 | |
| 13246024 | 3 years ago | | | 0 | 0.0034968211 | |
| 13245881 | 3 years ago | | | 0 | 0.0036758281 | |
| 13048633 | 3 years ago | | | 0 | 0.0025679231 | |
| 12990189 | 3 years ago | | | 0 | 0.0025889533 |
ABI
ABI objects
Getter at block 21089281
msc_address() view returns (address)
0x727dddbd042d891180a252c7a20634a696a16925
one_to_n_address() view returns (address)
0x960f01e9e219e1c8564784a050fd1ca51651592d
token() view returns (address)
0x255aa6df07540cb5d3d297f0d0d4d84cb52bc8e6
whole_balance() view returns (uint256)
2327000000000000000000
whole_balance_limit() view returns (uint256)
842048535677596500000000
withdraw_delay() view returns (uint256)
100
Read-only
balances(address) view returns (uint256)
contractExists(address contract_address) view returns (bool)
effectiveBalance(address owner) view returns (uint256 remaining_balance)
total_deposit(address) view returns (uint256)
withdraw_plans(address) view returns (uint256 amount, uint256 withdraw_block)
State-modifying
Events deposit(address beneficiary, uint256 new_total_deposit)
init(address _msc_address, address _one_to_n_address)
planWithdraw(uint256 amount)
transfer(address sender, address receiver, uint256 amount) returns (bool success)
withdraw(uint256 amount)
BalanceReduced(address indexed owner, uint256 newBalance)
WithdrawPlanned(address indexed withdrawer, uint256 plannedBalance)
constructor(address _token_address, uint256 _whole_balance_limit)
This contract contains no fallback and receive objects.
This contract contains no error objects.