TeleportCustody
Verified contract
Active on
Ethereum with 1,150 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xa0b8…eb48
Balances ($0.01)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USDC | ERC-20 | 0.008794 | $1.001 |
$0.01 | |
0x0f24…0831 | ERC-1555 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20528244 | 3 months ago | | | 0 | 0.00067364491 | |
| 20528241 | 3 months ago | | | 0 | 0.00023925498 | |
| 20528225 | 3 months ago | | | 0 | 0.00068052878 | |
| 20528210 | 3 months ago | | | 0 | 0.00049944085 | |
| 20528202 | 3 months ago | | | 0 | 0.00053971732 | |
| 20528172 | 3 months ago | | | 0 | 0.00059733485 | |
| 18256578 | a year ago | | | 0 | 0.0012650135 | |
| 18253164 | a year ago | | | 0 | 0.0013742791 | |
| 18247824 | a year ago | | | 0 | 0.00045751478 | |
| 18244903 | a year ago | | | 0 | 0.0013964715 |
ABI
ABI objects
Getter at block 21261693
isFrozen() view returns (bool)
false
owner() view returns (address)
0x0f9104a1bf819b9e121ef8b51b318ecd2ed2298c
Read-only
allowedAmount(address account) view returns (uint256)
State-modifying
Events freeze()
lock(uint256 amount, bytes8 flowAddress)
renounceOwnership()
transferOwnership(address newOwner)
unfreeze()
unlock(uint256 amount, address ethereumAddress, bytes32 flowHash)
unlockByOwner(uint256 amount, address ethereumAddress, bytes32 flowHash)
updateAdmin(address account, uint256 allowedAmount)
AdminUpdated(address indexed account, uint256 allowedAmount)
Locked(uint256 amount, bytes8 indexed flowAddress, address indexed ethereumAddress)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Unlocked(uint256 amount, address indexed ethereumAddress, bytes32 indexed flowHash)
constructor(address tokenAddress)
This contract contains no fallback and receive objects.
This contract contains no error objects.