Decentralized Vulnerability Platform
Verified contract
Active on
Ethereum with 8,757 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.58)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
DVP | ERC-20 | 4.343K | $0.000132 |
$0.57 | |
HEX | ERC-20 | 1.307 | $0.002393 |
$0 | |
C4Y | ERC-20 | 3.7K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20560527 | 3 months ago | | | 0 | 0.000045739629 | |
| 20503838 | 3 months ago | | | 0 | 0.000049794129 | |
| 20213163 | 4 months ago | | | 0 | 0.00029723752 | |
| 20206758 | 4 months ago | | | 0 | 0.00024264731 | |
| 20206507 | 4 months ago | | | 0 | 0.00031109443 | |
| 20187347 | 4 months ago | | | 0 | 0.00036205784 | |
| 19681273 | 7 months ago | | | 0 | 0.00028170725 | |
| 19519587 | 7 months ago | | | 0 | 0.0031005176 | |
| 19404001 | 8 months ago | | | 0 | 0.0026721165 | |
| 19305650 | 9 months ago | | | 0 | 0.0021018687 |
ABI
ABI objects
Getter at block 21159356
decimals() view returns (uint8)
18
name() view returns (string)
Decentralized Vulnerability Platform
owner() view returns (address)
0xb332a7c0c863b1a9eda147e94d08c6fede4a1cb5
paused() view returns (bool)
false
symbol() view returns (string)
DVP
totalSupply() view returns (uint256)
5000000000000000000000000000
version() view returns (string)
1.0
Read-only
allowance(address _owner, address _spender) view returns (uint256 remaining)
allowed(address, address) view returns (uint256)
balanceOf(address _owner) view returns (uint256 balance)
balances(address) view returns (uint256)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool)
approveAndCall(address _spender, uint256 _value, bytes _extraData) returns (bool success)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool success)
increaseApproval(address _spender, uint256 _addedValue) returns (bool success)
pause()
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)
OwnershipRenounced(address indexed previousOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Pause()
Transfer(address indexed from, address indexed to, uint256 value)
Unpause()
This contract contains no constructor objects.
fallback()
This contract contains no error objects.