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 "DSN TOKEN"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 8194784 | 5 years ago | | | 0 | 0.00069856918 | |
| 6347951 | 6 years ago | | | 0 | 0.00052569000 | |
| 5996223 | 6 years ago | | | 0 | 0.00018784500 | |
| 5887674 | 6 years ago | | | 0 | 0.00068256497 | |
| 5880892 | 6 years ago | | | 0 | 0.0013773060 | |
| 5879690 | 6 years ago | | | 0 | 0.0013059933 | |
| 5879439 | 6 years ago | | | 0 | 0.00031507000 | |
| 5879049 | 6 years ago | | | 0 | 0.000075251094 | |
| 5878524 | 6 years ago | | | 0 | 0.000090020000 | |
| 5875568 | 6 years ago | | | 0 | 0.000022505000 |
ABI
ABI objects
Getter at block 21214461
canBurn() view returns (bool)
true
decimals() view returns (uint8)
18
mintingFinished() view returns (bool)
false
name() view returns (string)
DSN TOKEN
owner() view returns (address)
0x315717e5e75325c7d8e02886d9588e38a2f58a54
slogan() view returns (string)
币探索 (bitansuo.com | bitansuo.eth)
symbol() view returns (string)
DSN
totalSupply() view returns (uint256)
100000000000000000000000000
Read-only
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _owner) view returns (uint256 balance)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool)
burn(uint256 _value)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool)
finishMinting() returns (bool)
increaseApproval(address _spender, uint256 _addedValue) returns (bool)
mint(address _to, uint256 _amount) returns (bool)
ownerCanBurn(bool _canBurn)
ownerChangeSlogan(string _slogan)
refundERC20(address tokenContract, address payee, uint256 amount)
refundETH(address payee, uint256 amount)
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
Burn(address indexed burner, uint256 value)
Mint(address indexed to, uint256 amount)
MintFinished()
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RefundERC20(address indexed owner, address indexed payee, address indexed token, uint256 amount)
RefundETH(address indexed owner, address indexed payee, uint256 amount)
SloganChanged(string indexed oldSlogan, string indexed newSlogan)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address _owner, string _name, string _symbol, uint256 _initSupply, uint8 _decimals, bool _canMint, bool _canBurn)
This contract contains no fallback and receive objects.
This contract contains no error objects.