PlayFi
Verified contract
Proxy
Active on
Ethereum with 513 txns
Unified storage
Map
Table
Raw
Constants and immutables
4
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x78c2…ac51
Balances ($19.01)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
PLAYFI | ERC-20 | 750 | $0.025349 |
$19.01 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21321441 | 17 hours ago | | | 0 | 0.0012230197 | |
| 21303469 | 3 days ago | | | 0 | 0.00051261687 | |
| 21303384 | 3 days ago | | | 0 | 0.00075848460 | |
| 21274631 | 7 days ago | | | 0 | 0.00061393282 | |
| 21274615 | 7 days ago | | | 0 | 0.00056984311 | |
| 21267026 | 8 days ago | | | 0 | 0.00090968609 | |
| 21266109 | 8 days ago | | | 0 | 0.0010626459 | |
| 21253932 | 10 days ago | | | 0 | 0.00075366077 | |
| 21246966 | 11 days ago | | | 0 | 0.00067265432 | |
| 21241656 | 12 days ago | | | 0 | 0.00050413270 |
ABI
ABI objects
Getter at block 21326505 proxiableUUID() view returns (bytes32)
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
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 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
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
Upgraded(address indexed implementation)
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)
constructor(address _logic, bytes _data)
fallback()
receive()
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)