PolarFighters
Verified contract
Proxy
Active on
Ethereum with 187 txns
Unified storage
Map
Table
Raw
Constants and immutables
1
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 3 additional slots
-
variable spans 1 additional slot
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
PFT | ERC-721 | 1 | -- | -- | |
PFT | ERC-721 | 1 | -- | -- | |
PFT | ERC-721 | 1 | -- | -- | |
PFT | ERC-721 | 1 | -- | -- | |
PFT | ERC-721 | 1 | -- | -- | |
PFT | ERC-721 | 1 | -- | -- | |
PFT | ERC-721 | 1 | -- | -- | |
PFT | ERC-721 | 1 | -- | -- | |
PFT | ERC-721 | 1 | -- | -- | |
PFT | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21308746 | 3 hours ago | | | 0 | 0.0010857497 | |
| 21307248 | 9 hours ago | | | 0 | 0.00037307006 | |
| 21306436 | 11 hours ago | | | 0 | 0.00038948132 | |
| 21300239 | a day ago | | | 0 | 0.00044348624 | |
| 21299003 | 2 days ago | | | 0 | 0.00037595421 | |
| 21297596 | 2 days ago | | | 0 | 0.00040086263 | |
| 21296153 | 2 days ago | | | 0 | 0.00040979961 | |
| 21295385 | 2 days ago | | | 0 | 0.00055209828 | |
| 21295305 | 2 days ago | | | 0 | 0.00060629480 | |
| 21295212 | 2 days ago | | | 0 | 0.00056744643 |
ABI
ABI objects
Getter at block 21309787 getTradeableIds() view returns (uint256[] tradeableIds) proxiableUUID() view returns (bytes32)
UPGRADE_INTERFACE_VERSION() view returns (string)
5.0.0
decimals() view returns (uint8)
18
feeInfo() view returns (uint256 randomTradeFee, uint256 specificTradeFee, uint256 purchaseFee, address feeReceiver)
(randomTradeFee=5000000000000000, specificTradeFee=10000000000000000, purchaseFee=5000000000000000, feeReceiver=0x581826272f4eab67706a94b2e8872536df924b8f)
fragments() view returns (uint256)
1000000000000000000000
getRandomIdsLength() view returns (uint256)
50
maxOperations() view returns (uint256)
20
minted() view returns (uint256)
50
name() view returns (string)
PolarFighters
owner() view returns (address)
0x5fba141744a47244c58d2d2c740e066f3eb92882
ratePerBlock() view returns (uint256)
45662100456
remainingSupply() view returns (uint256)
2950
symbol() view returns (string)
PFT
totalSupply() view returns (uint256)
3000000000000000000000000
Read-only
allowance(address, address) view returns (uint256)
balanceOf(address) view returns (uint256)
borrowInfos(uint256 tokenId) view returns (struct ERC1000UpgradeableBorrowInfo)
getApproved(uint256) view returns (address)
isApprovedForAll(address, address) view returns (bool)
oustandingLoanBalance(uint256 tokenId) view returns (uint256)
ownerOf(uint256 id) view returns (address owner)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 id) view returns (string)
State-modifying
Events approve(address spender, uint256 amountOrId) returns (bool)
borrow(uint256[] tokenIds, uint256 blocks, uint256 price)
initialize(uint256 supply_, uint256 ratePerBlock_)
mintNft(address receiver, uint256 amount)
randomTrade(uint256 number) returns (uint256[] tokenIds)
redeemOrPurchase(uint256[] tokenIds)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 id)
safeTransferFrom(address from, address to, uint256 id, bytes data)
setApprovalForAll(address operator, bool approved)
setBaseTokenURI(string newBaseTokenURI)
setFeeInfo(struct ERC1000UpgradeableFeeInfo newFeeInfo)
setMaxOperations(uint256 newMaxOperations)
setRatePerBlock(uint256 newRatePerBlock)
specificTrade(uint256[] tokenIds)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amountOrId) returns (bool)
transferOwnership(address newOwner)
upgradeToAndCall(address newImplementation, bytes data) payable
Upgraded(address indexed implementation)
Approval(address indexed owner, address indexed approved, uint256 tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
Borrow(address indexed borrower, bytes32[] orderhash, uint256[] tokenId, uint256 endBlock, uint256 price, uint256 loanquantum, uint256 interest)
ERC20Approval(address indexed owner, address indexed spender, uint256 amount)
ERC20Transfer(address indexed from, address indexed to, uint256 amount)
Initialized(uint64 version)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Purchase(address indexed payer, bytes32[] orderhash, address[] borrowers, uint256[] tokenIds, uint256[] amounts, uint256[] fees)
Redeem(address indexed payer, bytes32[] orderhash, address[] borrowers, uint256[] tokenIds, uint256[] amounts, uint256[] fees)
Trade(address indexed account, uint8 indexed tradeType, uint256[] tokenId, uint256 fragments, uint256 fee)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
Upgraded(address indexed implementation)
constructor(address implementation, bytes _data)
fallback()
AddressEmptyCode(address target)
ERC1967InvalidImplementation(address implementation)
ERC1967NonPayable()
FailedInnerCall()
AddressEmptyCode(address target)
AlreadyExists()
ERC1967InvalidImplementation(address implementation)
ERC1967NonPayable()
ExceedsMaxOperation()
FailedInnerCall()
InsufficientBalance()
InvalidInitialization()
InvalidParameter()
InvalidRecipient()
InvalidSender()
NotFound()
NotInitializing()
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)
UUPSUnauthorizedCallContext()
UUPSUnsupportedProxiableUUID(bytes32 slot)
Unauthorized()
UnsafeRecipient()