DSToken
Verified contract
Active on
Ethereum with 48,578 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($1,292.77)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
YFI | ERC-20 | 0.19358 | $6,522.61 |
$1,262.65 | |
0x431a…dbe0 | ERC-20 | 847.241601 | $0.035557 |
$30.13 | |
YFIN | ERC-20 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21243131 | 7 minutes ago | | | 0 | 0.00032508372 | |
| 21243109 | 11 minutes ago | | | 0 | 0.00047797513 | |
| 21242899 | an hour ago | | | 0 | 0.00030783009 | |
| 21242873 | an hour ago | | | 0 | 0.00070866247 | |
| 21242802 | an hour ago | | | 0 | 0.00069957365 | |
| 21242378 | 3 hours ago | | | 0 | 0.00064603500 | |
| 21242282 | 3 hours ago | | | 0 | 0.00034618874 | |
| 21242243 | 3 hours ago | | | 0 | 0.00065097881 | |
| 21242223 | 3 hours ago | | | 0 | 0.00032387659 | |
| 21242223 | 3 hours ago | | | 0 | 0.00049492379 |
ABI
ABI objects
Getter at block 21243162
authority() view returns (address)
0x0000000000000000000000000000000000000000
decimals() view returns (uint256)
18
name() view returns (bytes32)
0x64466f7263650000000000000000000000000000000000000000000000000000
owner() view returns (address)
0x0eb7fc2a5fb656944e31c59a68151159c0745998
stopped() view returns (bool)
false
symbol() view returns (bytes32)
0x4446000000000000000000000000000000000000000000000000000000000000
totalSupply() view returns (uint256)
999926146627517685707987783
Read-only
allowance(address src, address guy) view returns (uint256)
balanceOf(address src) view returns (uint256)
isOwner(address src) view returns (bool)
pow(uint256 base, uint256 exponent) pure returns (uint256)
State-modifying
Events approve(address guy, uint256 wad) returns (bool)
approvex(address guy) returns (bool)
burn(address guy, uint256 wad)
mint(address guy, uint256 wad)
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 src, address indexed guy, uint256 wad)
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 src, address indexed dst, uint256 wad)
constructor(bytes32 symbol_)
This contract contains no fallback and receive objects.
This contract contains no error objects.