CHERRY Slice
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
Balances ($0.00)
No balances found for "CHERRY Slice"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15416218 | 2 years ago | | | 0 | 0.0010519091 |
ABI
ABI objects
Getter at block 21199557
_tTotal() view returns (uint256)
93
decimals() pure returns (uint8)
0
name() view returns (string)
CHERRY Slice
owner() view returns (address)
0x719800e247b9eda1c7f9c6226655036558ae2909
stakingContract() view returns (address)
0x255cb9b93fc37af5af8264d5e013ebc9378b543b
symbol() view returns (string)
CHERRY SLICE
totalSupply() view returns (uint256)
93
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.