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 "DEFLA"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20030285 | 6 months ago | | | 0 | 0.00046086708 | |
| 20030266 | 6 months ago | | | 0 | 0.00072743976 | |
| 19054640 | 10 months ago | | | 0 | 0.00023510886 | |
| 18799875 | a year ago | | | 0 | 0.0014807708 | |
| 17011288 | 2 years ago | | | 0 | 0.00050557096 | |
| 17011194 | 2 years ago | | | 0 | 0.00055539371 | |
| 16726138 | 2 years ago | | | 0 | 0.00042043611 | |
| 15382632 | 2 years ago | | | 0 | 0.00011358786 | |
| 15338815 | 2 years ago | | | 0 | 0.00016168207 | |
| 15282262 | 2 years ago | | | 0 | 0.00032333382 |
ABI
ABI objects
Getter at block 21329329
_owner() view returns (address)
0x8b4dc3472cd3fc2dba99d299911dd1d532a41a0d
decimals() view returns (uint256)
9
name() view returns (string)
DEFLA
owner() view returns (address)
0x8b4dc3472cd3fc2dba99d299911dd1d532a41a0d
symbol() view returns (string)
DEFLA
totalSupply() view returns (uint256)
1620000000000000
Read-only
allowance(address owner_, address spender) view returns (uint256)
balanceOf(address who) view returns (uint256)
State-modifying
Events approve(address spender, uint256 value) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
rebase(uint256 epoch, uint256 supplyDelta) returns (uint256)
renounceOwnership()
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)
LogRebase(uint256 indexed epoch, uint256 totalSupply)
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.