Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "DAFi"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21183909 | 14 days ago | | | 0 | 0.00079872527 | |
| 17402768 | a year ago | | | 0 | 0.0010053016 | |
| 16701411 | 2 years ago | | | 0 | 0.0015636430 | |
| 16688125 | 2 years ago | | | 0 | 0.0018694731 | |
| 16601366 | 2 years ago | | | 0 | 0.0012489180 | |
| 16600644 | 2 years ago | | | 0 | 0.00080664997 | |
| 16561062 | 2 years ago | | | 0 | 0.00085305989 | |
| 16526965 | 2 years ago | | | 0 | 0.00076140606 | |
| 16526702 | 2 years ago | | | 0 | 0.00075697311 | |
| 16498927 | 2 years ago | | | 0 | 0.0013161568 |
ABI
ABI objects
Getter at block 21281210
MAX_TOTAL_SUPPLY() view returns (uint256)
10000000000000000
TRANSFERS_ALLOWED() view returns (bool)
true
decimals() view returns (uint256)
8
mintingFinished() view returns (bool)
false
name() view returns (string)
DAFi
owner() view returns (address)
0x0b2a2fad7858143ca0bc8dbf574bf2562c05f37a
symbol() view returns (string)
DAFi
totalSupply() view returns (uint256)
10000000000000000
Read-only
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _owner) view returns (uint256 balance)
canBeTransfered(address _addr, uint256 value) view returns (bool)
getlocksbyindex(address _address, uint256 _index) view returns (uint256 TIME, address ADDRESS, uint256 AMOUNT)
getlockslen(address _address) view returns (uint256)
gettotalHold(address _addr) view returns (uint256)
isValidAddress(address _address) view returns (bool)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool)
burn(uint256 _value)
burnFrom(uint256 _value, address victim)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool)
finishMinting() returns (bool)
increaseApproval(address _spender, uint256 _addedValue) returns (bool)
lock(address _to, uint256 releaseTime, uint256 lockamount) returns (bool)
mint(address _to, uint256 _amount) returns (bool)
removeHoldByAddress(address _address)
removeHoldByAddressIndex(address _address, uint256 _index)
resumeTransfers()
stopTransfers()
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)
Burn(address indexed burner, uint256 value)
Mint(address indexed to, uint256 amount)
MintFinished()
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.