PoolDeposit
Verified contract
Active on
Ethereum with 131 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "PoolDeposit"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21271676 | 4 days ago | | | 0 | 0.0048407603 | |
| 21271269 | 4 days ago | | | 0 | 0.0018888421 | |
| 21270498 | 4 days ago | | | 0 | 0.0024768308 | |
| 21244778 | 7 days ago | | | 0 | 0.0037826949 | |
| 21234582 | 9 days ago | | | 0 | 0.0022646072 | |
| 21234208 | 9 days ago | | | 0 | 0.0026311876 | |
| 21234044 | 9 days ago | | | 0 | 0.0029319577 | |
| 21232909 | 9 days ago | | | 0 | 0.0019692447 | |
| 21195562 | 14 days ago | | | 0 | 0.0060624040 | |
| 21195561 | 14 days ago | | | 0 | 0.0059809743 |
ABI
ABI objects
Getter at block 21297111
owner() view returns (address)
0x62705e45c18fc8745c644ac23bffb321eef3f0b9
paymentToken() view returns (address)
0xdac17f958d2ee523a2206206994597c13d831ec7
rabbit() view returns (address)
0x3b8f6d6970a24a58b52374c539297ae02a3c4ae4
Read-only
This contract contains no read-only function objects.
State-modifying
Events individualDeposit(address contributor, uint256 amount)
pooledDeposit(struct Contribution[] contributions)
setPaymentToken(address _paymentToken)
setRabbit(address _rabbit)
withdrawTokensTo(uint256 amount, address to)
Deposit(uint256 indexed id, address indexed trader, uint256 amount, uint256 indexed poolId)
PooledDeposit(uint256 indexed id, uint256 amount)
WithdrawTo(address indexed to, uint256 amount)
constructor(address _owner, address _rabbit, address _paymentToken)
This contract contains no fallback and receive objects.
This contract contains no error objects.