DuanZiToken
Verified contract
Active on
Ethereum with 1,481 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($4.62)
Native
Value
$4.62
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.0013 | $3,551.96 |
$4.62 | |
story | ERC-20 | 4.863K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 9062940 | 5 years ago | | | 0 | 0.000045674000 | |
| 8452688 | 5 years ago | | | 0 | 0.0014927550 | |
| 8375787 | 5 years ago | | | 0 | 0.00010946870 | |
| 8112428 | 5 years ago | | | 0 | 0.00039806800 | |
| 7722305 | 6 years ago | | | 0 | 0.00016550000 | |
| 7345452 | 6 years ago | | | 0 | 0.000099517000 | |
| 7345448 | 6 years ago | | | 0 | 0.000099517000 | |
| 7345448 | 6 years ago | | | 0 | 0.000023771000 | |
| 7345444 | 6 years ago | | | 0 | 0.000099517000 | |
| 7345433 | 6 years ago | | | 0 | 0.000099517000 |
ABI
ABI objects
Getter at block 21287615
OfficalHold() view returns (uint256)
360000000000000000000000000
canTransfer() view returns (bool)
true
decimals() view returns (uint8 _decimals)
18
distributionFinished() view returns (bool)
false
etherGetBase() view returns (uint256)
5000000
finishEthGetToken() view returns (bool)
false
finishFreeGetToken() view returns (bool)
false
increaseBase() view returns (uint256)
500000000000000000000
maxIncrease() view returns (uint256)
20
name() view returns (string _name)
DuanZiToken
owner() view returns (address)
0x8948e4b00deb0a5adb909f4dc5789d20d0851d71
symbol() view returns (string _symbol)
DZT
target() view returns (address)
0x8948e4b00deb0a5adb909f4dc5789d20d0851d71
toGiveBase() view returns (uint256)
5000000000000000000000
totalDistributed() view returns (uint256)
367119000000000000000000000
totalRemaining() view returns (uint256)
1632881000000000000000000000
totalSupply() view returns (uint256 _totalSupply)
2000000000000000000000000000
Read-only
allowance(address _owner, address _spender) view returns (uint256 remaining)
balanceOf(address _owner) view returns (uint256 balance)
blacklist(address) view returns (bool)
getTokenBalance(address tokenAddress, address who) view returns (uint256)
increase(address) view returns (uint256)
unlockUnixTime(address) view returns (uint256)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool success)
burn(uint256 _value)
changeBaseValue(uint256 _toGiveBase, uint256 _increaseBase, uint256 _etherGetBase, uint256 _maxIncrease) returns (bool)
changeIncrease(address[] addresses, uint256[] _amount)
changeOwner(address newOwner)
disableWhitelist(address[] addresses)
distributeAmounts(address[] addresses, uint256[] amounts)
distribution(address[] addresses, uint256 amount)
enableWhitelist(address[] addresses)
finishDistribution() returns (bool)
finishEthGet() returns (bool)
finishFreeGet() returns (bool)
getTokens() payable
startDistribution() returns (bool)
startEthGet() returns (bool)
startFreeGet() returns (bool)
startTransfer() returns (bool)
stopTransfer() returns (bool)
transfer(address _to, uint256 _value) returns (bool success)
transfer(address _to, uint256 _value, bytes _data) returns (bool success)
transfer(address _to, uint256 _value, bytes _data, string _custom_fallback) returns (bool success)
transferFrom(address _from, address _to, uint256 _value) returns (bool success)
withdraw(address receiveAddress)
withdrawForeignTokens(address _tokenContract) returns (bool)
Approval(address indexed _owner, address indexed _spender, uint256 _value)
Burn(address indexed burner, uint256 value)
Transfer(address indexed _from, address indexed _to, uint256 _value)
Transfer(address indexed from, address indexed to, uint256 value, bytes indexed data)
constructor(address _target)
fallback()
This contract contains no error objects.