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 "DSToken"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 14790219 | 3 years ago | | | 0 | 0.0029300446 | |
| 10313850 | 4 years ago | | | 0 | 0.0018767868 | |
| 10242805 | 4 years ago | | | 0 | 0.0020856238 | |
| 9689352 | 5 years ago | | | 0 | 0.00031593100 | |
| 9673913 | 5 years ago | | | 0 | 0.00030600920 | |
| 9659061 | 5 years ago | | | 0 | 0.0039163984 | |
| 9653406 | 5 years ago | | | 0 | 0.0013775840 | |
| 9636188 | 5 years ago | | | 0 | 0.0014892800 | |
| 9636187 | 5 years ago | | | 0 | 0.0020892800 | |
| 9634191 | 5 years ago | | | 0 | 0.0013887536 |
ABI
ABI objects
Getter at block 21306887
authority() view returns (address)
0x0000000000000000000000000000000000000000
decimals() view returns (uint256)
18
name() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
owner() view returns (address)
0xb428b4d67fb9f55898af3905b5e0e486bbec981b
stopped() view returns (bool)
false
symbol() view returns (string)
W1
totalSupply() view returns (uint256)
1000000000000000000000000000
Read-only
allowance(address src, address guy) view returns (uint256)
balanceOf(address src) view returns (uint256)
State-modifying
Events approve(address guy) returns (bool)
approve(address guy, uint256 wad) returns (bool)
setAuthority(address authority_)
setName(bytes32 name_)
setOwner(address owner_)
start()
stop()
transfer(address dst, uint256 wad) returns (bool)
transferFrom(address src, address dst, uint256 wad) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
LogNote(bytes4 indexed sig, address indexed guy, bytes32 indexed foo, bytes32 indexed bar, uint256 wad, bytes fax) anonymous
LogSetAuthority(address indexed authority)
LogSetOwner(address indexed owner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(string symbol_)
This contract contains no fallback and receive objects.
This contract contains no error objects.