F1® Delta Time
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
No balances found for "F1® Delta Time"
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20567720 | 4 months ago | | | 0 | 0.000032642662 | |
| 20566528 | 4 months ago | | | 0 | 0.000046718056 | |
| 9544942 | 5 years ago | | | 0 | 0.00045724000 | |
| 9507874 | 5 years ago | | | 0 | 0.00011611368 | |
| 9438059 | 5 years ago | | | 0 | 0.00013442370 | |
| 9353491 | 5 years ago | | | 0 | 0.00018541200 | |
| 9335167 | 5 years ago | | | 0 | 0.000099892000 | |
| 9322937 | 5 years ago | | | 0 | 0.0011975520 | |
| 9322932 | 5 years ago | | | 0 | 0.0011975520 | |
| 9322930 | 5 years ago | | | 0 | 0.0011975520 |
ABI
ABI objects
Getter at block 21415392
baseTokenURI() view returns (string)
https://nft.f1deltatime.com/json/
name() view returns (string)
F1® Delta Time
paused() view returns (bool)
true
symbol() view returns (string)
F1DT
totalSupply() view returns (uint256)
268
Read-only
balanceOf(address owner) view returns (uint256)
exists(uint256 tokenId) view returns (bool)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
isMinter(address account) view returns (bool)
isPauser(address account) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenCollection(uint256 tokenId) view returns (uint256)
tokenDriverNumber(uint256 tokenId) view returns (uint256)
tokenEffect(uint256 tokenId) view returns (uint256)
tokenLuck(uint256 tokenId) view returns (uint256)
tokenProperties(uint256 tokenId) view returns (uint256)
tokenRacingProperty1(uint256 tokenId) view returns (uint256)
tokenRacingProperty2(uint256 tokenId) view returns (uint256)
tokenRacingProperty3(uint256 tokenId) view returns (uint256)
tokenRarity(uint256 tokenId) view returns (uint256)
tokenSeason(uint256 tokenId) view returns (uint256)
tokenSpecial1(uint256 tokenId) view returns (uint256)
tokenSpecial2(uint256 tokenId) view returns (uint256)
tokenSubType(uint256 tokenId) view returns (uint256)
tokenTeam(uint256 tokenId) view returns (uint256)
tokenTrack(uint256 tokenId) view returns (uint256)
tokenType(uint256 tokenId) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events addMinter(address account)
addPauser(address account)
approve(address to, uint256 tokenId)
batchMint(address[] to, uint256[] tokenIds, bytes tokenURIs, uint8[] urisLengths, uint256[] tokenProps)
ipfsMigrationDone()
mint(address to, uint256 tokenId, string uri, uint256 tokenProps)
pause()
renounceMinter()
renouncePauser()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address to, bool approved)
setBaseTokenURI(string baseTokenURI)
setTokenURI(uint256 tokenId, string uri)
transferFrom(address from, address to, uint256 tokenId)
unpause()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
MinterAdded(address indexed account)
MinterRemoved(address indexed account)
Paused(address account)
PauserAdded(address indexed account)
PauserRemoved(address indexed account)
TokenURI(uint256 indexed tokenId, string uri)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
Unpaused(address account)
constructor(string baseTokenURI)
This contract contains no fallback and receive objects.
This contract contains no error objects.