pTokens EOS
Verified contract
Active on
Ethereum with 41 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "pTokens EOS"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16914507 | 2 years ago | | | 0 | 0.0013297927 | |
| 16914463 | 2 years ago | | | 0 | 0.0010309003 | |
| 15535800 | 2 years ago | | | 0 | 0.0032670000 | |
| 14718588 | 3 years ago | | | 0 | 0.0036180000 | |
| 14630924 | 3 years ago | | | 0 | 0.0026492910 | |
| 14630872 | 3 years ago | | | 0 | 0.0049521335 | |
| 14235723 | 3 years ago | | | 0 | 0.0038557680 | |
| 13997428 | 3 years ago | | | 0 | 0.011695860 | |
| 13665823 | 3 years ago | | | 0 | 0.010779120 | |
| 13613100 | 3 years ago | | | 0 | 0.0056440800 |
ABI
ABI objects
Getter at block 21207848
adminOperator() view returns (address)
0x789e39e46117dfaf50a1b53a98c7ab64750f9ba3
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 EOS
pNetwork() view returns (address)
0x82e1a53df7591257a78294410ff6a2d637532c33
relayHubVersion() view returns (string)
1.0.0
symbol() view returns (string)
pEOS
totalSupply() view returns (uint256)
171758307500000000000
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.