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 "Perogies"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15674531 | 2 years ago | | | 0 | 0.00055137983 | |
| 15672381 | 2 years ago | | | 0 | 0.00091731867 | |
| 15670118 | 2 years ago | | | 0 | 0.00090089428 | |
| 15670105 | 2 years ago | | | 0 | 0.00088519343 | |
| 15670038 | 2 years ago | | | 0 | 0.00085220293 | |
| 15669854 | 2 years ago | | | 0 | 0.0013195908 |
ABI
ABI objects
Getter at block 21319111
decimals() view returns (uint8)
18
fees() view returns (uint256)
2
name() view returns (string)
Perogies
owner() view returns (address)
0x7efa34a428a9f43877adf08bb38460985f989199
symbol() view returns (string)
PRGS
totalFees() view returns (uint256)
567030447973443481248913
totalSupply() view returns (uint256)
10000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isExcluded(address account) view returns (bool)
reflectionFromToken(uint256 tAmount, bool deductTransferFee) view returns (uint256)
tokenFromReflection(uint256 rAmount) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
excludeAccount(address account)
includeAccount(address account)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
reflect(uint256 tAmount)
renounceOwnership()
setFeesPercentage(uint256 feesPercentage)
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)
constructor(string name, string symbol, uint8 decimals, uint256 supply, uint256 fees, address owner, address feeWallet)
This contract contains no fallback and receive objects.
This contract contains no error objects.