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 "PYE Slice"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15416216 | 2 years ago | | | 0 | 0.0010153533 |
ABI
ABI objects
Getter at block 21199025
_tTotal() view returns (uint256)
185
decimals() pure returns (uint8)
0
name() view returns (string)
PYE Slice
owner() view returns (address)
0x719800e247b9eda1c7f9c6226655036558ae2909
stakingContract() view returns (address)
0xc6994c759b707370782a3d318f77ed5e615293e7
symbol() view returns (string)
PYE SLICE
totalSupply() view returns (uint256)
185
Read-only
Balances(address) view returns (uint256)
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
transfer(address to, uint256 amount) view returns (bool)
transferFrom(address from, address to, uint256 amount) view returns (bool)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
burnPYESlice(address _staker, uint256 _amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mintPYESlice(address _depositor, uint256 amount)
renounceOwnership()
setStakingContract(address _stakingContract)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
PYESliceBurned(address _account, address destination, uint256 _amount)
PYESliceMinted(address _account, address destination, uint256 _amount)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.