DepositContract
Verified contract
Active on
Ethereum with 242 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x3d9a…e3b9
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
STONKS | ERC-20 | 0.726441 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17672168 | a year ago | | | 0 | 0.0014871378 | |
| 17630833 | a year ago | | | 0 | 0.0035823770 | |
| 17628454 | a year ago | | | 0 | 0.0025196336 | |
| 17628421 | a year ago | | | 0 | 0.0025196336 | |
| 17628399 | a year ago | | | 0 | 0.0038288153 | |
| 17618685 | a year ago | | | 0 | 0.0010098031 | |
| 17578545 | a year ago | | | 0 | 0.0016088130 | |
| 17561503 | a year ago | | | 0 | 0.00086917870 | |
| 17545478 | a year ago | | | 0 | 0.00067957139 | |
| 17545478 | a year ago | | | 0 | 0.00086921231 |
ABI
ABI objects
Getter at block 21313701
owner() view returns (address)
0x855d4fd28e506db7b16d8a773bf6ffb08a1e1b25
token() view returns (address)
0x3d9a4d8ab4f5bd1d5d08ae3a95e8ed8bb4d7e3b9
totalAmount() view returns (uint256)
72031409390456680557444647516647
Read-only
balances(address) view returns (uint256)
State-modifying
Events deposit(uint256 amount)
renounceOwnership()
transferOwnership(address newOwner)
withdraw(address account)
withdrawToken(address tokenAddress, address recipient, uint256 amount)
Deposit(address indexed depositor, address indexed recipient, uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Withdrawal(address indexed recipient, uint256 amount)
constructor(address _token)
This contract contains no fallback and receive objects.
This contract contains no error objects.