DAV Token
Verified contract
Active on
Ethereum with 26,943 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($193.87)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
VEE | ERC-20 | 21.029621K | $0.009219 |
$193.87 | |
| ERC-20 | 21M | -- | -- | |
DAV | ERC-20 | 104.506K | -- | -- | |
| ERC-20 | 8.889K | -- | -- | |
C4Y | ERC-20 | 3.7K | -- | -- | |
ZXC | ERC-20 | 2.01K | -- | -- | |
PMT | ERC-20 | 0.0002 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21143364 | 2 days ago | | | 0 | 0.0010311018 | |
| 21107577 | 7 days ago | | | 0 | 0.00046158505 | |
| 21106498 | 8 days ago | | | 0 | 0.00014576687 | |
| 21106339 | 8 days ago | | | 0 | 0.00025031035 | |
| 21101010 | 8 days ago | | | 0 | 0.00046231990 | |
| 21024406 | 19 days ago | | | 0 | 0.00025867521 | |
| 20957091 | a month ago | | | 0 | 0.00056083376 | |
| 20928502 | a month ago | | | 0 | 0.0015252277 | |
| 20812351 | 2 months ago | | | 0 | 0.0015801904 | |
| 20756392 | 2 months ago | | | 0 | 0.00012778681 |
ABI
ABI objects
Getter at block 21160686
decimals() view returns (uint8)
18
name() view returns (string)
DAV Token
owner() view returns (address)
0xf4feafc0844ad30498cece9d1797614b3c557fcf
pauseCutoffTime() view returns (uint256)
1531746000
paused() view returns (bool)
false
symbol() view returns (string)
DAV
totalSupply() view returns (uint256)
1380276937552821754827570000
Read-only
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _owner) view returns (uint256)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool)
burn(uint256 _value)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool success)
increaseApproval(address _spender, uint256 _addedValue) returns (bool success)
pause()
setPauseCutoffTime(uint256 _pauseCutoffTime)
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
transferOwnership(address newOwner)
unpause()
Approval(address indexed owner, address indexed spender, uint256 value)
Burn(address indexed burner, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Pause()
Transfer(address indexed from, address indexed to, uint256 value)
Unpause()
constructor(uint256 _initialSupply)
This contract contains no fallback and receive objects.
This contract contains no error objects.