DOS Network Token
Verified contract
Active on
Ethereum with 40,247 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($4.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USDT | ERC-20 | 4 | $0.999649 |
$4 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21242008 | 12 hours ago | | | 0 | 0.00026636388 | |
| 21242004 | 12 hours ago | | | 0 | 0.00042732386 | |
| 21241995 | 12 hours ago | | | 0 | 0.00061294293 | |
| 21241989 | 12 hours ago | | | 0 | 0.00058733481 | |
| 21241702 | 13 hours ago | | | 0 | 0.00045363813 | |
| 21237741 | a day ago | | | 0 | 0.0010512526 | |
| 21229201 | 2 days ago | | | 0 | 0.00071358219 | |
| 21229165 | 2 days ago | | | 0 | 0.00080296288 | |
| 21228916 | 2 days ago | | | 0 | 0.00053984279 | |
| 21219471 | 4 days ago | | | 0 | 0.00059168808 |
ABI
ABI objects
Getter at block 21245526
authority() view returns (address)
0x0000000000000000000000000000000000000000
decimals() view returns (uint256)
18
manager() view returns (address)
0x244a015f4575a74f589cd0f38225c997c761a95a
name() view returns (string)
DOS Network Token
owner() view returns (address)
0xbc016c315502e8e59c32f89ddb193d841ebc5369
stopped() view returns (bool)
false
symbol() view returns (string)
DOS
totalSupply() view returns (uint256)
929085827563492487996926965
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)
burn(address guy, uint256 wad)
burn(uint256 wad)
changeManager(address _newManager)
rescueTokens(address _token, address _dst)
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()
fallback()
This contract contains no error objects.