Pynthetix Network Token
Verified contract
Active on
Ethereum with 1 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xda33…3a2d
0x5b1b…81dd
0xb8aa…a933
Balances ($0.00)
No balances found for "Pynthetix Network Token"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 12380204 | 4 years ago | | | 0 | 0.0024029600 |
ABI
ABI objects
Getter at block 21292946 anyPynthOrPERIRateIsInvalid() view returns (bool anyRateInvalid) availableCurrencyKeys() view returns (bytes32[]) availablePynthCount() view returns (uint256)
DECIMALS() view returns (uint8)
18
TOKEN_NAME() view returns (string)
Pynthetix Network Token
TOKEN_SYMBOL() view returns (string)
PERI
decimals() view returns (uint8)
18
integrationProxy() view returns (address)
0x0000000000000000000000000000000000000000
isResolverCached() view returns (bool)
false
messageSender() view returns (address)
0x0000000000000000000000000000000000000000
name() view returns (string)
Pynthetix Network Token
nominatedOwner() view returns (address)
0x0000000000000000000000000000000000000000
owner() view returns (address)
0x918153d6e806df9d4d33664d1cc580416171f720
pUSD() view returns (bytes32)
0x7055534400000000000000000000000000000000000000000000000000000000
proxy() view returns (address)
0xda3392d37302e911a38a70ffadfe9ee33bef3a2d
resolver() view returns (address)
0xb8aa8820da9f999ba3b3dbb7f08f07cc1c8fa933
resolverAddressesRequired() view returns (bytes32[] addresses)
[0x50796e7468657469785374617465000000000000000000000000000000000000, 0x53797374656d5374617475730000000000000000000000000000000000000000, 0x45786368616e6765720000000000000000000000000000000000000000000000, 0x4973737565720000000000000000000000000000000000000000000000000000, 0x537570706c795363686564756c65000000000000000000000000000000000000, 0x52657761726473446973747269627574696f6e00000000000000000000000000]
symbol() view returns (string)
PERI
tokenState() view returns (address)
0x5b1b5fea1b99d83ad479df0c222f0492385381dd
totalSupply() view returns (uint256)
215258834244915201874519149
Read-only
allowance(address owner, address spender) view returns (uint256)
availablePynths(uint256 index) view returns (address)
balanceOf(address account) view returns (uint256)
collateral(address account) view returns (uint256)
collateralisationRatio(address _issuer) view returns (uint256)
debtBalanceOf(address account, bytes32 currencyKey) view returns (uint256)
getLock(address account) view returns (uint256 lockTime, uint256 lockAmount)
isWaitingPeriod(bytes32 currencyKey) view returns (bool)
maxIssuablePynths(address account) view returns (uint256 maxIssuable)
pynths(bytes32 currencyKey) view returns (address)
pynthsByAddress(address pynthAddress) view returns (bytes32)
remainingIssuablePynths(address account) view returns (uint256 maxIssuable, uint256 alreadyIssued, uint256 totalSystemDebt)
totalIssuedPynths(bytes32 currencyKey) view returns (uint256)
totalIssuedPynthsExcludeEtherCollateral(bytes32 currencyKey) view returns (uint256)
transferablePynthetix(address account) view returns (uint256 transferable)
State-modifying
Events acceptOwnership()
approve(address spender, uint256 value) returns (bool)
burnPynths(uint256 amount)
burnPynthsOnBehalf(address burnForAddress, uint256 amount)
burnPynthsToTarget()
burnPynthsToTargetOnBehalf(address burnForAddress)
burnSecondary(address, uint256)
emitExchangeRebate(address account, bytes32 currencyKey, uint256 amount)
emitExchangeReclaim(address account, bytes32 currencyKey, uint256 amount)
emitExchangeTracking(bytes32 trackingCode, bytes32 toCurrencyKey, uint256 toAmount)
emitPynthExchange(address account, bytes32 fromCurrencyKey, uint256 fromAmount, bytes32 toCurrencyKey, uint256 toAmount, address toAddress)
exchange(bytes32 sourceCurrencyKey, uint256 sourceAmount, bytes32 destinationCurrencyKey) returns (uint256 amountReceived)
exchangeOnBehalf(address exchangeForAddress, bytes32 sourceCurrencyKey, uint256 sourceAmount, bytes32 destinationCurrencyKey) returns (uint256 amountReceived)
exchangeOnBehalfWithTracking(address exchangeForAddress, bytes32 sourceCurrencyKey, uint256 sourceAmount, bytes32 destinationCurrencyKey, address originator, bytes32 trackingCode) returns (uint256 amountReceived)
exchangeWithTracking(bytes32 sourceCurrencyKey, uint256 sourceAmount, bytes32 destinationCurrencyKey, address originator, bytes32 trackingCode) returns (uint256 amountReceived)
exchangeWithVirtual(bytes32 sourceCurrencyKey, uint256 sourceAmount, bytes32 destinationCurrencyKey, bytes32 trackingCode) returns (uint256 amountReceived, address vPynth)
issueMaxPynths()
issueMaxPynthsOnBehalf(address issueForAddress)
issuePynths(uint256 amount)
issuePynthsOnBehalf(address issueForAddress, uint256 amount)
liquidateDelinquentAccount(address account, uint256 susdAmount) returns (bool)
mint() returns (bool)
mintSecondary(address, uint256)
mintSecondaryRewards(uint256)
nominateNewOwner(address _owner)
rebuildCache()
setIntegrationProxy(address _integrationProxy)
setLock(address account, uint256 releaseTime, uint256 amount)
setMessageSender(address sender)
setProxy(address _proxy)
setTokenState(address _tokenState)
settle(bytes32 currencyKey) returns (uint256 reclaimed, uint256 refunded, uint256 numEntriesSettled)
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
AccountLiquidated(address indexed account, uint256 periRedeemed, uint256 amountLiquidated, address liquidator)
Approval(address indexed owner, address indexed spender, uint256 value)
CacheUpdated(bytes32 name, address destination)
ExchangeRebate(address indexed account, bytes32 currencyKey, uint256 amount)
ExchangeReclaim(address indexed account, bytes32 currencyKey, uint256 amount)
ExchangeTracking(bytes32 indexed trackingCode, bytes32 toCurrencyKey, uint256 toAmount)
LockChanged(address indexed account, uint256 releaseTime, uint256 amount)
OwnerChanged(address oldOwner, address newOwner)
OwnerNominated(address newOwner)
ProxyUpdated(address proxyAddress)
PynthExchange(address indexed account, bytes32 fromCurrencyKey, uint256 fromAmount, bytes32 toCurrencyKey, uint256 toAmount, address toAddress)
TokenStateUpdated(address newTokenState)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address _proxy, address _tokenState, address _owner, uint256 _totalSupply, address _resolver)
This contract contains no fallback and receive objects.
This contract contains no error objects.