DSToken
Verified contract
Active on
Ethereum with 47,360 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($53.51)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USDT | ERC-20 | 53.3 | $1.004 |
$53.51 | |
| ERC-20 | 88.888888M | -- | -- | |
| ERC-20 | 21M | -- | -- | |
0xb31c…2725 | ERC-20 | 100.11K | -- | -- | |
| ERC-20 | 8.889K | -- | -- | |
ERC20 | ERC-20 | 0.99 | -- | -- | |
MYOU | ERC-20 | 0.3 | -- | -- | |
| ERC-20 | 0 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21099554 | 8 days ago | | | 0 | 0.00027306727 | |
| 20976029 | a month ago | | | 0 | 0.00049953403 | |
| 20718272 | 2 months ago | | | 0 | 0.00014516666 | |
| 20649228 | 2 months ago | | | 0 | 0.000062615083 | |
| 20522690 | 3 months ago | | | 0 | 0.000084747032 | |
| 20453283 | 3 months ago | | | 0 | 0.000052910000 | |
| 20452838 | 3 months ago | | | 0 | 0.000057698000 | |
| 20452838 | 3 months ago | | | 0 | 0.000057734000 | |
| 20198111 | 4 months ago | | | 0 | 0.00011573444 | |
| 20052545 | 5 months ago | | | 0 | 0.00022465752 |
ABI
ABI objects
Getter at block 21160207
MAX_MINT_NUMBER() view returns (uint256)
100000000000000000000000000000
authority() view returns (address)
0x0000000000000000000000000000000000000000
decimals() view returns (uint256)
18
name() view returns (bytes32)
0x4f4e4f5400000000000000000000000000000000000000000000000000000000
owner() view returns (address)
0x6693bc7a3f8875b36c9bbe57c4917a1506e5a327
stopped() view returns (bool)
false
symbol() view returns (bytes32)
0x4f4e4f5400000000000000000000000000000000000000000000000000000000
totalSupply() view returns (uint256)
75000000000000000000000000000
Read-only
allowance(address src, address guy) view returns (uint256)
balanceOf(address src) view returns (uint256)
State-modifying
Events approve(address guy, uint256 wad) returns (bool)
burn(uint128 wad)
mint(uint128 wad)
pull(address src, uint128 wad) returns (bool)
push(address dst, uint128 wad) returns (bool)
setAuthority(address authority_)
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_, bytes32 name_)
This contract contains no fallback and receive objects.
This contract contains no error objects.