DSToken
Verified contract
Active on
Ethereum with 211,425 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($431.53)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
KEY | ERC-20 | 112.22613K | $0.003845 |
$431.53 | |
XVP | ERC-20 | 1M | -- | -- | |
0x4cd9…ea8c | ERC-20 | 511.459615K | -- | -- | |
NKC | ERC-20 | 89 | -- | -- | |
WIT | ERC-20 | 54 | -- | -- | |
BTL | ERC-20 | 18 | -- | -- | |
GOLD | ERC-20 | 16 | -- | -- | |
OLE | ERC-20 | 10 | -- | -- | |
GENES | ERC-20 | 8 | -- | -- | |
VIP | ERC-20 | 8 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21254238 | 2 days ago | | | 0 | 0.00050610226 | |
| 21250826 | 3 days ago | | | 0 | 0.0010261798 | |
| 21222709 | 7 days ago | | | 0 | 0.0014554338 | |
| 21209258 | 9 days ago | | | 0 | 0.00095760096 | |
| 21197607 | 10 days ago | | | 0 | 0.00074350142 | |
| 21180114 | 13 days ago | | | 0 | 0.0050161552 | |
| 21164949 | 15 days ago | | | 0 | 0.0012897433 | |
| 21140497 | 18 days ago | | | 0 | 0.00042719144 | |
| 21127245 | 20 days ago | | | 0 | 0.0018212972 | |
| 20981540 | a month ago | | | 0 | 0.00025910271 |
ABI
ABI objects
Getter at block 21270649
authority() pure returns (address)
0x0000000000000000000000000000000000000000
decimals() pure returns (uint256)
18
generator() pure returns (address)
0x6b625e363e2241d0e67b1f01e0488144436d505a
name() pure returns (bytes32)
0x4b45590000000000000000000000000000000000000000000000000000000000
owner() pure returns (address)
0xbc1ab7f58a95cf307ba5ee18cf06b7ed0120da7a
stopped() pure returns (bool)
false
symbol() pure returns (bytes32)
0x4b45590000000000000000000000000000000000000000000000000000000000
totalSupply() pure returns (uint256)
100000000000000000000000000000
Read-only
allowance(address src, address guy) pure returns (uint256)
balanceOf(address src) pure returns (uint256)
State-modifying
Events approve(address guy, uint256 wad) returns (bool)
burn(uint128 wad)
generatorTransfer(address dst, uint256 wad) returns (bool)
mint(uint128 wad)
pull(address src, uint128 wad) returns (bool)
push(address dst, uint128 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(bytes32 symbol_)
This contract contains no fallback and receive objects.
This contract contains no error objects.