F1® Delta Time Inventory
Verified contract
Proxy
Active on
Ethereum with 40 txns
Unified storage
Map
Table
Raw
Constants and immutables
5
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "F1® Delta Time Inventory"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 14223922 | 3 years ago | | | 0 | 0.0028698023 | |
| 11535887 | 4 years ago | | | 0 | 0.0085908440 | |
| 11017081 | 4 years ago | | | 0 | 0.0022832530 | |
| 10987668 | 4 years ago | | | 0 | 0.0016774920 | |
| 10911773 | 4 years ago | | | 0 | 0.0093194001 | |
| 10867755 | 4 years ago | | | 0 | 0.010205784 | |
| 9838282 | 5 years ago | | | 0 | 0.00048926850 | |
| 9557462 | 5 years ago | | | 0 | 0.00018638800 | |
| 9553063 | 5 years ago | | | 0 | 0.00037277600 | |
| 9546001 | 5 years ago | | | 0 | 0.00062010000 |
ABI
ABI objects
Getter at block 21188040
_gasPriceScaling() view returns (uint256)
1000
_gasToken() view returns (address)
0x0000000000000000000000000000000000000000
_payoutWallet() view returns (address)
0x0000000000000000000000000000000000000000
getHubAddr() view returns (address)
0xd216153c06e857cd7f72665e0af1d7d82172f494
isOwner() view returns (bool)
false
name() view returns (string)
F1® Delta Time Inventory
owner() view returns (address)
0x80b12bd0f1793bf6cea767fa83eb2068eaa17dc8
paused() view returns (bool)
false
relayHubVersion() view returns (string)
1.0.0
symbol() view returns (string)
F1DTI
Read-only
acceptRelayedCall(address, address from, bytes, uint256 transactionFee, uint256 gasPrice, uint256, uint256, bytes, uint256 maxPossibleCharge) view returns (uint256, bytes)
balanceOf(address tokenOwner) view returns (uint256)
balanceOf(address tokenOwner, uint256 id) view returns (uint256)
balanceOfBatch(address[] tokenOwners, uint256[] ids) view returns (uint256[])
collectionOf(uint256 id) view returns (uint256)
exists(uint256 id) view returns (bool)
getApproved(uint256 tokenId) view returns (address)
idPaused(uint256 id) view returns (bool)
isApprovedForAll(address tokenOwner, address operator) view returns (bool)
isFungible(uint256 id) 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)
tokenURI(uint256 tokenId) view returns (string)
uri(uint256 id) view returns (string)
State-modifying
Events addMinter(address account)
addPauser(address account)
approve(address to, uint256 tokenId)
batchMint(address[] to, uint256[] ids, bytes32[] uris, uint256[] values)
createCollection(uint256 collectionId, bytes32 byteUri)
migrateToIPFS()
mintFungible(address to, uint256 collection, uint256 value)
mintNonFungible(address to, uint256 tokenId, bytes32 byteUri)
pause()
pauseCollections(uint256[] collectionIds)
postRelayedCall(bytes context, bool success, uint256 actualCharge, bytes32 preRetVal)
preRelayedCall(bytes context) returns (bytes32)
renounceMinter()
renounceOwnership()
renouncePauser()
safeBatchTransferFrom(address from, address to, uint256[] ids, uint256[] values, bytes data)
safeTransferFrom(address from, address to, uint256 id, uint256 value, bytes data)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
setApprovalForAll(address to, bool approved)
setGasPrice(uint256 gasPriceScaling)
setGasToken(address gasTokenAddress)
setIPFSUriPrefix(string ipfsUriPrefix)
setPayoutWallet(address payoutWallet)
setURI(uint256 id, bytes32 byteUri)
setUriPrefix(string uriPrefix)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
unpause()
unpauseCollections(uint256[] collectionIds)
withdrawDeposits(uint256 amount, address payee)
Approval(address indexed _owner, address indexed _approved, uint256 indexed _tokenId)
ApprovalForAll(address indexed _owner, address indexed _operator, bool _approved)
CollectionsPaused(uint256[] collectionIds, address pauser)
CollectionsUnpaused(uint256[] collectionIds, address pauser)
FungibleCollection(address indexed id)
MinterAdded(address indexed account)
MinterRemoved(address indexed account)
NonFungibleCollection(address indexed id)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
PauserAdded(address indexed account)
PauserRemoved(address indexed account)
RelayHubChanged(address indexed oldRelayHub, address indexed newRelayHub)
Transfer(address indexed _from, address indexed _to, uint256 indexed _tokenId)
TransferBatch(address indexed _operator, address indexed _from, address indexed _to, uint256[] _ids, uint256[] _values)
TransferSingle(address indexed _operator, address indexed _from, address indexed _to, uint256 _id, uint256 _value)
URI(string _value, uint256 indexed _id)
Unpaused(address account)
constructor(address gasTokenAddress, address payoutWallet)
This contract contains no fallback and receive objects.
This contract contains no error objects.