SodaPool
Verified contract
Active on
Ethereum with 5,946 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
CYFI | ERC-20 | 490.05 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18134541 | a year ago | | | 0 | 0.0029641390 | |
| 11605204 | 4 years ago | | | 0 | 0.030481256 | |
| 11567538 | 4 years ago | | | 0 | 0.0084329313 | |
| 11420333 | 4 years ago | | | 0 | 0.0099236389 | |
| 11385422 | 4 years ago | | | 0 | 0.0088112925 | |
| 11226184 | 4 years ago | | | 0 | 0.0013828080 | |
| 11225090 | 4 years ago | | | 0 | 0.0059034560 | |
| 11196699 | 4 years ago | | | 0 | 0.0051235520 | |
| 11196672 | 4 years ago | | | 0 | 0.0047955950 | |
| 11196643 | 4 years ago | | | 0 | 0.0041108700 |
ABI
ABI objects
Getter at block 21158494
owner() view returns (address)
0xc5d4678ba0b713d27bef06daf0079dea5b2db584
Read-only
poolMap(uint256) view returns (address token, address vault, uint256 startTime)
State-modifying
Events claim(uint256 _poolId)
deposit(uint256 _poolId, uint256 _amount)
renounceOwnership()
setPoolInfo(uint256 _poolId, address _token, address _vault, uint256 _startTime)
transferOwnership(address newOwner)
withdraw(uint256 _poolId, uint256 _amount)
Claim(address indexed user, uint256 indexed poolId)
Deposit(address indexed user, uint256 indexed poolId, uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Withdraw(address indexed user, uint256 indexed poolId, uint256 amount)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.