Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 1 additional slot
Balances ($0.00)
No balances found for "PYE"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20633620 | 3 months ago | | | 0 | 0.000038599661 | |
| 20633606 | 3 months ago | | | 0 | 0.000038818900 | |
| 20633605 | 3 months ago | | | 0 | 0.000037949223 | |
| 20633603 | 3 months ago | | | 0 | 0.000037862684 | |
| 20479465 | 4 months ago | | | 0 | 0.000089157573 | |
| 20479465 | 4 months ago | | | 0 | 0.000089113495 | |
| 19251484 | 9 months ago | | | 0 | 0.00039435032 | |
| 19251439 | 9 months ago | | | 0 | 0.00037298507 | |
| 19251429 | 9 months ago | | | 0 | 0.00042929354 | |
| 19185485 | 10 months ago | | | 0 | 0.0012551383 |
ABI
ABI objects
Getter at block 21260969 getCurrentSnapshotID() view returns (uint256)
decimals() view returns (uint8)
9
getOwner() view returns (address)
0x719800e247b9eda1c7f9c6226655036558ae2909
name() view returns (string)
PYE
owner() view returns (address)
0x719800e247b9eda1c7f9c6226655036558ae2909
symbol() view returns (string)
PYE
totalStaked() view returns (uint256)
694540871770936730
totalSupply() view returns (uint256)
10000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
getOwnedBalance(address account) view returns (uint256)
staked(address) view returns (uint256 amount)
totalBalanceOfAt(address account, uint256 snapshotId) view returns (uint256)
totalSupplyAt(uint256 snapshotId) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
blacklistAddress(address addressToBlacklist)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
removeFromBlacklist(address addressToRemove)
renounceOwnership()
rescueETH(uint256 amount, address to)
rescueToken(address token, uint256 amount, address to)
setIsStakingContract(address account, bool set)
snapshot()
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Snapshot(uint256 id)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.