PFXRewards
Verified contract
Active on
Ethereum with 301 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x06f3…7ed1
Balances ($500.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USDT | ERC-20 | 500 | $1.00 |
$500 | |
PFX | ERC-721 | 1 | -- | -- | |
PFX | ERC-721 | 1 | -- | -- | |
PFX | ERC-721 | 1 | -- | -- | |
PFX | ERC-721 | 1 | -- | -- | |
PFX | ERC-721 | 1 | -- | -- | |
PFX | ERC-721 | 1 | -- | -- | |
PFX | ERC-721 | 1 | -- | -- | |
PFX | ERC-721 | 1 | -- | -- | |
PFX | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21396009 | 4 days ago | | | 0 | 0.00099780017 | |
| 21371146 | 7 days ago | | | 0 | 0.00040369122 | |
| 21300930 | 17 days ago | | | 0 | 0.00033120194 | |
| 21300925 | 17 days ago | | | 0 | 0.00064600909 | |
| 21291098 | 18 days ago | | | 0 | 0.00034582133 | |
| 21287969 | 19 days ago | | | 0 | 0.00044264000 | |
| 21276817 | 20 days ago | | | 0 | 0.00024348393 | |
| 21276800 | 20 days ago | | | 0 | 0.00026552698 | |
| 21276771 | 20 days ago | | | 0 | 0.00028670954 | |
| 21276764 | 20 days ago | | | 0 | 0.00029161733 |
ABI
ABI objects
Getter at block 21421214
REWARD_PER_DAY() view returns (uint256)
3520000000000000000
claimCooldown() view returns (uint256)
300
decimals() view returns (uint8)
18
minPFXSwapAmount() view returns (uint256)
5000000000000000000
name() view returns (string)
PFXRewards
nft() view returns (address)
0x06f3cd903b46d74e4f14e5dac70505981fe17ed1
owner() view returns (address)
0x24ac82a60652e7932fe93773404b6f90b35b9c20
pfxSwapPrice() view returns (uint256)
1000000
symbol() view returns (string)
PFX
totalStaked() view returns (uint256)
14
totalSupply() view returns (uint256)
17236367147222221565764
usdtToken() view returns (address)
0xdac17f958d2ee523a2206206994597c13d831ec7
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
balanceOfNFT(address account) view returns (uint256)
earningInfo(address account, uint256[] tokenIds) view returns (struct NFTStakingWithRewardsEarningInfo[])
onERC721Received(address, address from, uint256, bytes) pure returns (bytes4)
tokensOfOwner(address account) view returns (uint256[] ownerTokens)
vault(uint256) view returns (uint24 tokenId, uint48 timestamp, address owner, uint48 lastClaimed, uint256 accumulatedRewards)
State-modifying
Events approve(address spender, uint256 value) returns (bool)
burn(uint256 value)
burnFrom(address account, uint256 value)
burnTokensFromContract(uint256 value)
claim(uint256[] tokenIds)
renounceOwnership()
setClaimCoolDown(uint256 _claimCoolDown)
setMinPFXSwapAmount(uint256 _minPFXSwapAmount)
setPfxSwapPrice(uint256 _newPfxPrice)
setRewardsPerDay(uint256 _rewardsPerDay)
stake(uint256[] tokenIds)
swapPFXForUSDT(uint256 pfxAmount)
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
transferOwnership(address newOwner)
unstake(uint256[] tokenIds)
Approval(address indexed owner, address indexed spender, uint256 value)
Claimed(address owner, uint256 amount)
NFTStaked(address owner, uint256 tokenId, uint256 value)
NFTUnstaked(address owner, uint256 tokenId, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Swapped(address indexed user, uint256 pfxAmount, uint256 usdtAmount)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address _nft, address _owner, address _usdtTokenAddress)
This contract contains no fallback and receive objects.
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)
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)