Quantfury Data Token
Verified contract
Active on
Ethereum with 4,352 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($546,136.17)
Native
Value
$546,136.17
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 151.099254 | $3,614.42 |
$546,136.17 | |
EBK | ERC-20 | 370.500211 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21293120 | 5 hours ago | | | 0 | 0.00051763067 | |
| 21284747 | a day ago | | | 0 | 0.00041544013 | |
| 21273253 | 3 days ago | | | 0 | 0.00078097897 | |
| 21269987 | 3 days ago | | | 0 | 0.00034729599 | |
| 21269865 | 3 days ago | | | 0 | 0.00039771049 | |
| 21254753 | 6 days ago | | | 0 | 0.00046356498 | |
| 21251411 | 6 days ago | | | 0 | 0.00084007538 | |
| 21250891 | 6 days ago | | | 0 | 0.00076135360 | |
| 21239709 | 8 days ago | | | 0 | 0.00057437664 | |
| 21226532 | 9 days ago | | | 0 | 0.00048344438 |
ABI
ABI objects
Getter at block 21294484
decimals() view returns (uint8)
8
getBalance() view returns (uint256)
151099253977912262639
getCurrentEpoch() view returns (uint256)
64
getPrice() view returns (uint256)
4095128
isOwner() view returns (bool)
false
name() view returns (string)
Quantfury Data Token
owner() view returns (address)
0x79eb80d95da726f628b630839c256602a2acaf2e
symbol() view returns (string)
QDT
totalSupply() view returns (uint256)
33396419033560
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address owner) view returns (uint256)
getEpoch(uint256 epoch) view returns (string, uint256, string, uint256, uint256, uint256)
State-modifying
Events approve(address spender, uint256 value) returns (bool)
burn(uint256 value) returns (bool)
commitTradingPassword(uint256 epoch, string password)
createEpoch(string ipfsHash, uint256 epochTime, uint256 weiAmount, uint256 tokenAmount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
deposit() payable returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mint(address to, uint256 value) returns (bool)
payout(address[] holderAdresses, uint256[] tokenAmounts, uint256 totalTokenAmount)
renounceOwnership()
sellTokens(uint256 tokenAmount)
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
transferOwnership(address newOwner)
withdraw(address receiver, uint256 weiAmount) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
CreateEpoch(uint256 epoch, uint256 weiAmount, uint256 tokenAmount, uint256 tokenPrice, uint256 totalSupply, uint256 tokenPriceOld, uint256 ethPayoutPool)
Deposit(address indexed sender, uint256 weiAmount)
OpenPassword(uint256 epoch, string password)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Sell(address indexed seller, uint256 tokenAmount, uint256 weiAmount, uint256 tokenPrice, uint256 balances)
Transfer(address indexed from, address indexed to, uint256 value)
Withdraw(address indexed receiver, uint256 weiAmount)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.