Non Fungible Technical Analysis
Verified contract
Active on
Base with 250 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xe709…525f
Balances ($0.00)
No balances found for "Non Fungible Technical Analysis"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 3094956 | a year ago | | | 0 | 0.000000006580733250 | |
| 3062073 | a year ago | | | 0 | 0.000000004622713100 | |
| 3062039 | a year ago | | | 0 | 0.000000006482815959 | |
| 3053080 | a year ago | | | 0 | 0.000000001741229084 | |
| 3046340 | a year ago | | | 0 | 0.000000000084653000 | |
| 3044530 | a year ago | | | 0 | 0.000000000084653000 | |
| 3042744 | a year ago | | | 0 | 0.000074827507 | |
| 3042730 | a year ago | | | 0 | 0.000000000084653000 | |
| 3040931 | a year ago | | | 0 | 0.000000000084653000 | |
| 3039131 | a year ago | | | 0 | 0.000000000084653000 |
ABI
ABI objects
Getter at block 22731424
CHALLENGE_PERIOD() view returns (uint8)
7
GAME_START() view returns (uint256)
1690934400
INTERVAL() view returns (uint8)
15
TICKS() view returns (uint8)
25
TICK_WIDTH() view returns (uint8)
175
creator() view returns (address)
0x0060bddcfadafa968e7f2f4ad255f2e244e5ae50
feeBasis() view returns (uint256)
10
name() view returns (string)
Non Fungible Technical Analysis
nextTokenId() view returns (uint256)
10
owner() view returns (address)
0x2ce6bd653220436eb8f35e146b0dd1a6013e97a7
shield() view returns (address)
0xe7092a0d6b4b210d3430a788bf34b8bc91fe525f
symbol() view returns (string)
NFTA
Read-only
balanceOf(address owner) view returns (uint256)
games(uint256) view returns (uint256 entryPool, uint88 prevailingScore, uint56 min, uint56 max, bool disbursed)
getApproved(uint256) view returns (address)
getPrice(uint256 gameId) view returns (uint256)
isApprovedForAll(address, address) view returns (bool)
ownerOf(uint256 id) view returns (address owner)
packGameId(address _gameAddress, uint32 _length, uint32 _startTime) pure returns (uint256)
predictionPath(uint256 tokenId) view returns (bytes)
predictions(uint256) view returns (uint256 gameId, uint256 score)
score(uint256 tokenId) view returns (uint256 _score)
storedCharts(uint256) view returns (string)
supportsInterface(bytes4 interfaceId) view returns (bool)
svg(uint256 id) view returns (string)
tokenPrices(address, uint256) view returns (uint256 timestamp, uint256 price)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events addToGamePool(uint256 gameId) payable
approve(address spender, uint256 id)
challenge(uint256 tokenId)
createGame(uint32 length, address feed, uint32 startsAt, uint56 min, uint56 max)
disburse(uint256 gameId)
participate(uint256 gameId, uint56[25] predictedPrices) payable
persistPrice(address feed, uint80 roundId, uint256 targetTimestamp)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 id)
safeTransferFrom(address from, address to, uint256 id, bytes data)
setApprovalForAll(address operator, bool approved)
setCreator(address _creator)
storeScore(uint256 tokenId)
transferFrom(address from, address to, uint256 id)
transferOwnership(address newOwner)
updateFee(uint8 newFee)
updateGameRange(uint256 gameId, uint56 min, uint56 max)
Approval(address indexed owner, address indexed spender, uint256 indexed id)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
GameCreated(uint256 gameId)
GameUpdated(uint256 gameId, uint56 min, uint56 max)
GameWon(uint256 gameId, uint256[] winners)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
ScoreStored(uint256 tokenId, uint256 score)
Transfer(address indexed from, address indexed to, uint256 indexed id)
constructor(address shieldAddress)
This contract contains no fallback and receive objects.
This contract contains no error objects.