DAFI Token
Verified contract
Active on
Ethereum with 29,645 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($2,246.29)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
POLK | ERC-20 | 75K | $0.016977 |
$1,273.26 | |
USDC | ERC-20 | 500 | $0.998348 |
$499.17 | |
DAFI | ERC-20 | 687.315765K | $0.000689 |
$473.85 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21161598 | 3 hours ago | | | 0 | 0.00069772931 | |
| 21158792 | 12 hours ago | | | 0 | 0.0010278243 | |
| 21149727 | 2 days ago | | | 0 | 0.00046241020 | |
| 21148120 | 2 days ago | | | 0 | 0.00051688750 | |
| 21145898 | 2 days ago | | | 0 | 0.00065299641 | |
| 21145887 | 2 days ago | | | 0 | 0.00054545512 | |
| 21142558 | 3 days ago | | | 0 | 0.00071310509 | |
| 21132183 | 4 days ago | | | 0 | 0.00077633431 | |
| 21115813 | 7 days ago | | | 0 | 0.00057896794 | |
| 21099600 | 9 days ago | | | 0 | 0.000099269200 |
ABI
ABI objects
Getter at block 21162414
decimals() pure returns (uint256)
18
maxSupply() view returns (uint256)
2250000000000000000000000000
name() pure returns (string)
DAFI Token
owner() view returns (address)
0x8be903a229bbb069e7059c7838b30e677fbc4c30
symbol() pure returns (string)
DAFI
totalSupply() view returns (uint256)
2250000000000000000000000000
Read-only
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _owner) view returns (uint256 balance)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool)
burn(uint256 _value, address _beneficiary)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool)
increaseApproval(address _spender, uint256 _addedValue) returns (bool)
mint(uint256 _value, address _beneficiary)
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) 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()
This contract contains no fallback and receive objects.
This contract contains no error objects.