PlayFi
Verified contract
Implementation
Active on
Ethereum with 1 txns
Storage
Map
Table
Raw
Constants and immutables
5
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 "PlayFi"
ABI
ABI objects
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 owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isFeeExempt(address) view returns (bool)
State-modifying
Events approve(address spender, uint256 value) returns (bool)
initialize()
launch()
renounceOwnership()
setFeeSettings(uint256 _sellFee, uint256 _buyFee)
setIsFeeExempt(address holder, bool exempt)
setSwapBackSettings(uint256 _swapMinimum, uint256 _swapMaximum, bool _enabled)
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
transferOwnership(address newOwner)
upgradeToAndCall(address newImplementation, bytes data) payable
Approval(address indexed owner, address indexed spender, uint256 value)
FeeExemptSet(address indexed wallet, bool isExempt)
FeeValuesSet(uint256 newSellFee, uint256 newBuyFee)
Initialized(uint64 version)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
SwapSettingsSet(uint256 minimum, uint256 maximum, bool enabled)
Transfer(address indexed from, address indexed to, uint256 value)
Upgraded(address indexed implementation)
This contract contains no constructor objects.
receive()
AddressEmptyCode(address target)
ERC1967InvalidImplementation(address implementation)
ERC1967NonPayable()
ERC20InsufficientAllowance(address spender, uint256 allowance, uint256 needed)
ERC20InsufficientBalance(address sender, uint256 balance, uint256 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)