TeleportrDeposit
Verified contract
Active on
Ethereum with 101,032 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($6,870.41)
Native
Value
$1,297.05
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.388995 | $3,334.35 |
$1,297.05 | |
WETH | ERC-20 | 1.590469 | $3,330.55 |
$5,297.14 | |
USDT | ERC-20 | 225 | $1.001 |
$225.22 | |
USDC | ERC-20 | 51 | $0.999988 |
$51 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20453378 | 4 months ago | | | 0.0006 | 0.000025415000 | |
| 20452883 | 4 months ago | | | 0.0001 | 0.000021000000 | |
| 20415652 | 4 months ago | | | 0.0003 | 0.000025415000 | |
| 20251268 | 5 months ago | | | 0.003 | 0.000056297002 | |
| 20251267 | 5 months ago | | | 0.004 | 0.000027194050 | |
| 20145634 | 5 months ago | | | 0.0005 | 0.000048288500 | |
| 20145015 | 5 months ago | | | 0.0092 | 0.000050830000 | |
| 19955558 | 6 months ago | | | 0.01 | 0.00020581686 | |
| 19308285 | 9 months ago | | | 0.0055 | 0.00060192336 | |
| 19200326 | 9 months ago | | | 0.0945 | 0.00077202088 |
ABI
ABI objects
Getter at block 21259952
maxBalance() view returns (uint256)
1000000000000000000000
maxDepositAmount() view returns (uint256)
0
minDepositAmount() view returns (uint256)
100000000000000
owner() view returns (address)
0x78a25524d90e3d0596558fb43789bd800a5c3007
totalDeposits() view returns (uint256)
100823
Read-only
This contract contains no read-only function objects.
State-modifying
Events renounceOwnership()
setMaxAmount(uint256 _maxDepositAmount)
setMaxBalance(uint256 _maxBalance)
setMinAmount(uint256 _minDepositAmount)
transferOwnership(address newOwner)
withdrawBalance()
BalanceWithdrawn(address indexed owner, uint256 balance)
EtherReceived(uint256 indexed depositId, address indexed emitter, uint256 indexed amount)
MaxBalanceSet(uint256 previousBalance, uint256 newBalance)
MaxDepositAmountSet(uint256 previousAmount, uint256 newAmount)
MinDepositAmountSet(uint256 previousAmount, uint256 newAmount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
constructor(uint256 _minDepositAmount, uint256 _maxDepositAmount, uint256 _maxBalance)
receive()
This contract contains no error objects.