Defi Firefly
Verified contract
Active on
Ethereum with 2,976 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 3 additional slots
Native
Value
$4,197.74
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 1.098458 | $3,821.48 |
$4,197.74 | |
Hey | ERC-20 | 6.947945B | -- | -- | |
OMIC | ERC-20 | 2.993147B | -- | -- | |
Adidas | ERC-20 | 50.253551M | -- | -- | |
NIKE | ERC-20 | 19.743627M | -- | -- | |
HERMÈS | ERC-20 | 136.459758K | -- | -- | |
DOGEK | ERC-20 | 136.380878K | -- | -- | |
PRADA | ERC-20 | 95.578941K | -- | -- | |
2022 | ERC-20 | 49.628948K | -- | -- | |
ADIDAS | ERC-20 | 24.774038K | -- | -- |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21227808 | 15 days ago | | | 0 | 0.00024767986 | |
| 20326303 | 5 months ago | | | 0 | 0.00019114441 | |
| 20156762 | 5 months ago | | | 0 | 0.000081580070 | |
| 19503771 | 8 months ago | | | 0 | 0.00043053200 | |
| 18780011 | a year ago | | | 0 | 0.0012610621 | |
| 18060389 | a year ago | | | 0 | 0.00024493440 | |
| 16915993 | 2 years ago | | | 0 | 0.00038415234 | |
| 16649291 | 2 years ago | | | 0 | 0.00087568351 | |
| 16263639 | 2 years ago | | | 0 | 0.00028668188 | |
| 15573732 | 2 years ago | | | 0 | 0.00014338658 |
ABI
ABI objects
Getter at block 21333094
INITIAL_SUPPLY() view returns (uint256)
90000000000000
decimals() view returns (uint8)
8
info() view returns (uint256 totalSupply, uint256 totalStaked, address admin)
(totalSupply=90000000000000, totalStaked=6913692458320, admin=0xc1e986d4b00fe07c3a99b2fcaaa39e6420c3ba70)
name() view returns (string)
Defi Firefly
symbol() view returns (string)
DFF
totalStaked() view returns (uint256)
6913692458320
totalSupply() view returns (uint256)
90000000000000
unallocatedEth() view returns (uint256)
0
Read-only
allInfoFor(address _user) view returns (uint256 userBalance, uint256 userStaked, uint256 userDividends, uint256 totalEarned)
allowance(address _user, address _spender) view returns (uint256)
balanceOf(address _user) view returns (uint256)
dividendsOf(address _user) view returns (uint256)
stakedOf(address _user) view returns (uint256)
userTotalEarned(address _user) view returns (uint256)
State-modifying
Events approve(address _spender, uint256 _tokens) returns (bool)
bulkTransfer(address[] _receivers, uint256[] _amounts)
collectDividend() returns (uint256)
distribute()
sendDividend() payable returns (uint256)
stake(uint256 _tokens)
transfer(address _to, uint256 _tokens) returns (bool)
transferAndCall(address _to, uint256 _tokens, bytes _data) returns (bool)
transferFrom(address _from, address _to, uint256 _tokens) returns (bool)
unstake(uint256 _tokens)
Approval(address indexed owner, address indexed spender, uint256 tokens)
Collect(address indexed owner, uint256 amount)
Fee(uint256 tokens)
POOLDDIVIDENDCALCULATE(uint256 totalStaked, uint256 amount, uint256 sharePerToken, uint256 eligibleMembers, uint256 totalDistributed)
Stake(address indexed owner, uint256 tokens)
Transfer(address indexed from, address indexed to, uint256 tokens)
Unstake(address indexed owner, uint256 tokens)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.