DeversiFi Token
Verified contract
Active on
Ethereum with 2,987 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($171.80)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
CELR | ERC-20 | 11.7315K | $0.014645 |
$171.8 | |
DVF | ERC-20 | 188.511482 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21128628 | 10 days ago | | | 0 | 0.00058780965 | |
| 21128626 | 10 days ago | | | 0 | 0.00053999092 | |
| 21116930 | 12 days ago | | | 0 | 0.00020544289 | |
| 21106669 | 13 days ago | | | 0 | 0.000097468337 | |
| 21081963 | 17 days ago | | | 0 | 0.00022009832 | |
| 21060243 | 20 days ago | | | 0 | 0.00025865437 | |
| 21056165 | 20 days ago | | | 0 | 0.00030282857 | |
| 21050152 | 21 days ago | | | 0 | 0.00019024025 | |
| 21050136 | 21 days ago | | | 0 | 0.00021336256 | |
| 21043284 | 22 days ago | | | 0 | 0.00029819718 |
ABI
ABI objects
Getter at block 21201598
DOMAIN_SEPARATOR() view returns (bytes32)
0xac5fc81e406a4a34492a6fe0a8671fd9b6eb7cd6c82edf321ae31da883e26106
decimals() view returns (uint8)
18
name() view returns (string)
DeversiFi Token
owner() view returns (address)
0x4788aa3becbf5f7c9fd058372b4a3fc7c75df201
symbol() view returns (string)
DVF
totalSupply() view returns (uint256)
8120989188529587520037794
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
nonces(address owner) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
burn(uint256 amount)
burnFrom(address account, uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mint(address to, uint256 amount)
permit(address owner, address spender, uint256 value, uint256 deadline, uint8 v, bytes32 r, bytes32 s)
renounceOwnership()
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address _owner)
This contract contains no fallback and receive objects.
This contract contains no error objects.