PlayFi

Verified contract

Proxy

Active on Ethereum with 513 txns
Deployed by via 0x45c4650f at 18568748
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
ERC-20
Value $19.01
0xbdde25705569b16ac8c387c0ec856a0cb4926afdad77cb0c6406f6fa5131cdbf
0x92e9e6109ecb36daf4db3f568b9b8ea3194d9bf4244bf70161f4e7847a9355a4
0xb14c5a6ce8f799244800ea3305b983635a8c72ad1954700d9db88857483a833f
0x89633b4f45040e705ecf02c00e18861310d0e975e20b861c121eea2fcf3d91a3
0xbd61869dd1f20952d6097b2f3cd5aacd2a6755de06a75ff69d633ca84a3553e6
0x55fb39ef492b03c2239b7ac148ffdd6c883fc84ff2ccaa6a6f0ed0fcb6cfa03d
0x60f3d3f8e98bd87a48fab8afb458d4c68fc4153bf4d2a52087465e12f37c2379
0x8920b5ef391a86cb6e66c265fbb84658ce52b9a9a0c49b429d6914e614fd4ef4
0x9047c98815b3f441f06e54a561e3af778baaa8caf8e2c4e0f4f114cc8798b5f9
0x09c03bf1d002d983c487c8473d9798365bf14cd59649f2c36117b57f98e2388d

Functions
Getter at block 21326505
UPGRADE_INTERFACE_VERSION(view returns (string)
5.0.0
buyFee(view returns (uint256)
50
decimals(view returns (uint8)
18
feeReceiver(view returns (address)
0x78c29c6c95cf3f582c557b5849fca4cf9eecac51
inSwap(view returns (bool)
false
name(view returns (string)
PlayFi
owner(view returns (address)
0x25424dace8bd83b448cbbfc2624063a7d0cdc441
pair(view returns (address)
0x6dad6a2f4d3691cde60b59f2b68fa330fe630509
 
proxiableUUID(view returns (bytes32)
router(view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
sellFee(view returns (uint256)
50
swapEnabled(view returns (bool)
true
swapMaximum(view returns (uint256)
30000000000000000000000
swapMinimum(view returns (uint256)
1200000000000000000000
symbol(view returns (string)
PLAYFI
totalFeesGenerated(view returns (uint256)
15361626035252127901
totalSupply(view returns (uint256)
12000000000000000000000000
tradingEnabled(view returns (bool)
true
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
AdminChanged(address previousAdminaddress newAdmin
BeaconUpgraded(address indexed beacon
Upgraded(address indexed implementation
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
constructor(address _logicbytes _data
Fallback and receive
fallback(
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