Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
VIDT | ERC-20 | 145 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21270301 | an hour ago | | | 0 | 0.00035897963 | |
| 21270246 | an hour ago | | | 0 | 0.00018232449 | |
| 21270222 | an hour ago | | | 0 | 0.00050026562 | |
| 21265081 | 19 hours ago | | | 0 | 0.00055233521 | |
| 21265079 | 19 hours ago | | | 0 | 0.00094430000 | |
| 21265062 | 19 hours ago | | | 0 | 0.00087633320 | |
| 21264387 | 21 hours ago | | | 0 | 0.00063346583 | |
| 21264361 | 21 hours ago | | | 0 | 0.0010817730 | |
| 21261832 | a day ago | | | 0 | 0.00042013793 | |
| 21260825 | a day ago | | | 0 | 0.00020908851 |
ABI
ABI objects
Getter at block 21270661
decimals() view returns (uint8)
18
name() view returns (string)
VIDT DAO
nftContract() view returns (address)
0x0000000000000000000000000000000000000000
nftdContract() view returns (address)
0x0000000000000000000000000000000000000000
symbol() view returns (string)
VIDT
totalSupply() view returns (uint256)
1000000000000000000000000000
validationFee() view returns (uint256)
1000000000000000000
validationPrice() view returns (uint256)
1000000000000000000
validationWallet() view returns (address)
0x756b4e5be9517dc9b75f9b267010f4a577029f36
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
controllers(address) view returns (bool)
verify(string fileHash) view returns (bool)
verifyFile(string fileHash) view returns (bool verified)
verifyFileNFT(string fileHash) view returns (uint256)
verifyNFT(uint256 nftID) view returns (string hash)
State-modifying
Events addController(address _address)
approve(address spender, uint256 amount) returns (bool)
burn(uint256 amount)
burnFrom(address account, uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
listFiles(uint256 startAt, uint256 stopAt) returns (bool)
memoryValidateFile(uint256 Payment, bytes Data) payable returns (bool)
removeController(address _address)
setContracts(address new_nftContract, address new_nftdContract)
setFee(uint256 _newFee)
setPrice(uint256 _newPrice)
setWallet(address _newWallet)
simpleValidateFile(bytes Data) returns (string)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferToken(address tokenAddress, uint256 tokens) returns (bool)
validateFile(uint256 Payment, bytes Data, bool cStore, bool eLog, bool NFT) payable returns (bool)
validateNFT(uint256 Payment, bytes Data, bool divisable) payable returns (bool)
withdraw(uint256 amount)
Approval(address indexed _owner, address indexed _spender, uint256 _value)
ControllerAdded(address indexed _new)
ControllerRemoved(address indexed _old)
ListFile(uint256 indexed index, string indexed data, uint256 indexed nft) anonymous
NewContracts(address indexed new_nftContract, address indexed new_nftdContract)
NewFee(uint256 indexed newFee)
NewPrice(uint256 indexed newPrice)
NewWallet(address indexed newWallet)
Transfer(address indexed _from, address indexed _to, uint256 _value)
ValidateFile(uint256 indexed index, string indexed data, uint256 indexed nftID)
ValidateNFT(string indexed data, uint256 indexed nftID)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.