Peaches.Finance
Verified contract
Active on
Ethereum with 338 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 "Peaches.Finance"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18948352 | a year ago | | | 0 | 0.00042879339 | |
| 17993059 | a year ago | | | 0 | 0.0012106471 | |
| 15869422 | 2 years ago | | | 0 | 0.0012747215 | |
| 15860901 | 2 years ago | | | 0 | 0.00047569352 | |
| 14967871 | 2 years ago | | | 0 | 0.0014011821 | |
| 14001779 | 3 years ago | | | 0 | 0.0061601975 | |
| 13864416 | 3 years ago | | | 0 | 0.0035058605 | |
| 13796027 | 3 years ago | | | 0 | 0.0024233560 | |
| 13575179 | 3 years ago | | | 0 | 0.0055923600 | |
| 13569697 | 3 years ago | | | 0 | 0.0041233167 |
ABI
ABI objects
Getter at block 21288020
decimals() view returns (uint8)
18
name() view returns (string)
Peaches.Finance
owner() view returns (address)
0x7143951282e1f5e2e3cf3112aa0b8e3426fd07cf
symbol() view returns (string)
PCHS
totalSupply() view returns (uint256)
15759072500000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
burn(address _from, uint256 _amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mint(address _to, uint256 _amount)
renounceOwnership()
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)
Transfer(address indexed from, address indexed to, uint256 value)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.