Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.24)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USDC | ERC-20 | 0.244143 | $0.99958 |
$0.24 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20730153 | a month ago | | | 0 | 5.8830884e-7 | |
| 20730139 | a month ago | | | 0 | 6.7123318e-7 | |
| 20680648 | a month ago | | | 0 | 6.3323851e-7 | |
| 20680338 | a month ago | | | 0 | 3.5462410e-7 | |
| 20680319 | a month ago | | | 0 | 6.5374921e-7 | |
| 20679681 | a month ago | | | 0 | 6.7349377e-7 | |
| 20679661 | a month ago | | | 0 | 5.8098626e-7 | |
| 20679638 | a month ago | | | 0 | 7.6196019e-7 | |
| 20679617 | a month ago | | | 0 | 6.5285986e-7 | |
| 20679589 | a month ago | | | 0 | 6.6994162e-7 |
ABI
ABI objects
Getter at block 22117209 rewardableUSDCBalance() view returns (uint256)
maxSupply() view returns (uint256)
200
name() view returns (string)
PowerNFT
nftPrice() view returns (uint256)
750000000
owner() view returns (address)
0x2c9e9e0aa720ba33d780f2d5dae0f6da14cfb4ac
ownerCount() view returns (uint256)
2
pwrAddress() view returns (address)
0xffdddb5b97f8cd1966ad24d1d337a3d0eb241230
rewardPool() view returns (uint256)
10000000
rewardablePWRBalance() view returns (uint256)
0
sharedPWR() view returns (uint256)
0
sharedUSDC() view returns (uint256)
97775000
symbol() view returns (string)
PNFT
totalSupply() view returns (uint256)
80
usdcAddress() view returns (address)
0x833589fcd6edb6e08f4c7c32d4f71b54bda02913
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
nftOwners(address) view returns (uint256 pendingPWRReward, uint256 earnedPWR, uint256 pendingUSDCReward, uint256 earnedUSDC, uint256 nftCount)
ownerAddresses(uint256) view returns (address)
ownerOf(uint256 tokenId) view returns (address)
pwrBalance(address _user) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
usdcBalance(address _user) view returns (uint256)
State-modifying
Events approve(address to, uint256 tokenId)
claimPWRRewards()
claimUSDCRewards()
distributePWRRewards()
distributeUSDCRewards()
mintNFT(string metadataURI) payable
mintNFTTo(address recipient, string metadataURI)
receiveRewardPWR()
receiveRewardUSDC()
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
setApprovalForAll(address operator, bool approved)
setMaxSupply(uint256 newMaxSupply)
setNFTPrice(uint256 newPrice)
setPWRToken(address _pwrToken)
setUSDCToken(address _usdcToken)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdrawTokens(uint256 amount, address _token)
withdrawUSDC(address _to)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
InsufficientBalance(uint256 contractBalance, uint256 required)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
PendingRewards(uint256 pendingRewards)
RewardClaimed(address indexed owner, uint256 amount)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor()
This contract contains no fallback and receive objects.
ERC721EnumerableForbiddenBatchMint()
ERC721IncorrectOwner(address sender, uint256 tokenId, address owner)
ERC721InsufficientApproval(address operator, uint256 tokenId)
ERC721InvalidApprover(address approver)
ERC721InvalidOperator(address operator)
ERC721InvalidOwner(address owner)
ERC721InvalidReceiver(address receiver)
ERC721InvalidSender(address sender)
ERC721NonexistentToken(uint256 tokenId)
ERC721OutOfBoundsIndex(address owner, uint256 index)
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)