pTokens TLOS
Verified contract
Active on
Ethereum with 26,540 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($1,637.41)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
TLOS | ERC-20 | 5.404406K | $0.181953 |
$983.35 | |
USDT | ERC-20 | 618.84984 | $1.001 |
$619.47 | |
DEXT | ERC-20 | 65.526347 | $0.52795 |
$34.59 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21243853 | 12 hours ago | | | 0 | 0.00047375770 | |
| 21243851 | 12 hours ago | | | 0 | 0.00046419663 | |
| 21243847 | 12 hours ago | | | 0 | 0.00044048964 | |
| 21243845 | 12 hours ago | | | 0 | 0.00042219578 | |
| 21243639 | 12 hours ago | | | 0 | 0.0012859481 | |
| 21243274 | 14 hours ago | | | 0 | 0.00055056970 | |
| 21241492 | 20 hours ago | | | 0 | 0.00061310234 | |
| 21241285 | 20 hours ago | | | 0 | 0.00047576249 | |
| 21239648 | a day ago | | | 0 | 0.00068198022 | |
| 21239485 | a day ago | | | 0 | 0.00068288404 |
ABI
ABI objects
Getter at block 21247323
adminOperator() view returns (address)
0x0000000000000000000000000000000000000000
decimals() pure returns (uint8)
18
defaultOperators() view returns (address[])
[]
getHubAddr() view returns (address)
0xd216153c06e857cd7f72665e0af1d7d82172f494
granularity() view returns (uint256)
1
gsnExtraGas() view returns (uint256)
40000
gsnFeeTarget() view returns (address)
0x789e39e46117dfaf50a1b53a98c7ab64750f9ba3
gsnTrustedSigner() view returns (address)
0x789e39e46117dfaf50a1b53a98c7ab64750f9ba3
name() view returns (string)
pTokens TLOS
pNetwork() view returns (address)
0x0e3bde3d39ded57813f0d0727e574d16d675938b
relayHubVersion() view returns (string)
1.0.0
symbol() view returns (string)
TLOS
totalSupply() view returns (uint256)
11653474787392821694662654
Read-only
acceptRelayedCall(address relay, address from, bytes encodedFunction, uint256 transactionFee, uint256 gasPrice, uint256 gasLimit, uint256 nonce, bytes approvalData, uint256) view returns (uint256, bytes)
allowance(address holder, address spender) view returns (uint256)
balanceOf(address tokenHolder) view returns (uint256)
isOperatorFor(address operator, address tokenHolder) view returns (bool)
State-modifying
Events adminTransfer(address sender, address recipient, uint256 amount, bytes data, bytes operatorData)
approve(address spender, uint256 value) returns (bool)
authorizeOperator(address operator)
burn(uint256 amount, bytes data)
changePNetwork(address newPNetwork)
mint(address recipient, uint256 value) returns (bool)
mint(address recipient, uint256 value, bytes userData, bytes operatorData) returns (bool)
operatorBurn(address account, uint256 amount, bytes data, bytes operatorData)
operatorRedeem(address account, uint256 amount, bytes data, bytes operatorData, string underlyingAssetRecipient)
operatorSend(address sender, address recipient, uint256 amount, bytes data, bytes operatorData)
postRelayedCall(bytes context, bool success, uint256 actualCharge, bytes32 preRetVal)
preRelayedCall(bytes context) returns (bytes32)
redeem(uint256 amount, bytes data, string underlyingAssetRecipient)
redeem(uint256 amount, string underlyingAssetRecipient) returns (bool)
revokeOperator(address operator)
send(address recipient, uint256 amount, bytes data)
setAdminOperator(address adminOperator_)
setFeeTarget(address _gsnFeeTarget)
setGSNExtraGas(uint256 _gsnExtraGas)
setTrustedSigner(address _gsnTrustedSigner)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address holder, address recipient, uint256 amount) returns (bool)
AdminOperatorChange(address oldOperator, address newOperator)
AdminTransferInvoked(address operator)
Approval(address indexed owner, address indexed spender, uint256 value)
AuthorizedOperator(address indexed operator, address indexed tokenHolder)
Burned(address indexed operator, address indexed from, uint256 amount, bytes data, bytes operatorData)
Minted(address indexed operator, address indexed to, uint256 amount, bytes data, bytes operatorData)
Redeem(address indexed redeemer, uint256 value, string underlyingAssetRecipient)
RelayHubChanged(address indexed oldRelayHub, address indexed newRelayHub)
RevokedOperator(address indexed operator, address indexed tokenHolder)
Sent(address indexed operator, address indexed from, address indexed to, uint256 amount, bytes data, bytes operatorData)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(string tokenName, string tokenSymbol, address[] defaultOperators)
This contract contains no fallback and receive objects.
This contract contains no error objects.