PlayFi

Verified contract

Implementation

Active on Ethereum with 1 txns
Deployed by via 0xae56c614 at 18568747
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "PlayFi"

0x15351d14128adc795460a26f62579ae6ce36cc77647c853f7711f7564e793084
From

Functions
Getter at block 21332498
UPGRADE_INTERFACE_VERSION(view returns (string)
5.0.0
buyFee(view returns (uint256)
0
decimals(view returns (uint8)
18
feeReceiver(view returns (address)
0x0000000000000000000000000000000000000000
inSwap(view returns (bool)
false
name(view returns (string)
owner(view returns (address)
0x0000000000000000000000000000000000000000
pair(view returns (address)
0x0000000000000000000000000000000000000000
proxiableUUID(view returns (bytes32)
0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc
router(view returns (address)
0x0000000000000000000000000000000000000000
sellFee(view returns (uint256)
0
swapEnabled(view returns (bool)
false
swapMaximum(view returns (uint256)
0
swapMinimum(view returns (uint256)
0
symbol(view returns (string)
totalFeesGenerated(view returns (uint256)
0
totalSupply(view returns (uint256)
0
tradingEnabled(view returns (bool)
false
Read-only
allowance(address owneraddress spenderview returns (uint256)
balanceOf(address accountview returns (uint256)
isFeeExempt(addressview returns (bool)
State-modifying
approve(address spenderuint256 valuereturns (bool)
initialize(
launch(
renounceOwnership(
setFeeSettings(uint256 _sellFeeuint256 _buyFee
setIsFeeExempt(address holderbool exempt
setSwapBackSettings(uint256 _swapMinimumuint256 _swapMaximumbool _enabled
transfer(address touint256 valuereturns (bool)
transferFrom(address fromaddress touint256 valuereturns (bool)
transferOwnership(address newOwner
upgradeToAndCall(address newImplementationbytes datapayable 
Events
Approval(address indexed owneraddress indexed spenderuint256 value
FeeExemptSet(address indexed walletbool isExempt
FeeValuesSet(uint256 newSellFeeuint256 newBuyFee
Initialized(uint64 version
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
SwapSettingsSet(uint256 minimumuint256 maximumbool enabled
Transfer(address indexed fromaddress indexed touint256 value
Upgraded(address indexed implementation
Constructor

This contract contains no constructor objects.

Fallback and receive
receive(
Errors
AddressEmptyCode(address target
ERC1967InvalidImplementation(address implementation
ERC1967NonPayable(
ERC20InsufficientAllowance(address spenderuint256 allowanceuint256 needed
ERC20InsufficientBalance(address senderuint256 balanceuint256 needed
ERC20InvalidApprover(address approver
ERC20InvalidReceiver(address receiver
ERC20InvalidSender(address sender
ERC20InvalidSpender(address spender
FailedInnerCall(
InvalidInitialization(
NotInitializing(
OwnableInvalidOwner(address owner
OwnableUnauthorizedAccount(address account
UUPSUnauthorizedCallContext(
UUPSUnsupportedProxiableUUID(bytes32 slot