Wrapped Fishermen
Verified contract
Active on
Ethereum with 1,269 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 11 additional slots
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
KRILL | ERC-20 | 32.709416B | -- | -- | |
(#31303) | WG | ERC-721 | 1 | -- | -- |
(#31302) | WG | ERC-721 | 1 | -- | -- |
(#31301) | WG | ERC-721 | 1 | -- | -- |
(#31299) | WG | ERC-721 | 1 | -- | -- |
(#31298) | WG | ERC-721 | 1 | -- | -- |
(#31297) | WG | ERC-721 | 1 | -- | -- |
(#31296) | WG | ERC-721 | 1 | -- | -- |
(#31295) | WG | ERC-721 | 1 | -- | -- |
(#31293) | WG | ERC-721 | 1 | -- | -- |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20665679 | 3 months ago | | | 0 | 0.00017947558 | |
| 20508653 | 4 months ago | | | 0 | 0.000069634500 | |
| 20508319 | 4 months ago | | | 0 | 0.00015380673 | |
| 20380056 | 4 months ago | | | 0 | 0.00030336123 | |
| 18390348 | a year ago | | | 0 | 0.00026305165 | |
| 18356694 | a year ago | | | 0 | 0.00039066068 | |
| 18297368 | a year ago | | | 0 | 0.00030905649 | |
| 18297351 | a year ago | | | 0 | 0.0011470506 | |
| 17733136 | a year ago | | | 0 | 0.00051744082 | |
| 17697883 | a year ago | | | 0 | 0.00070159600 |
ABI
ABI objects
Getter at block 21323119
burnDestination() view returns (address)
0xa1450e7d547b4748fc94c8c98c9db667ead31cf8
decimals() view returns (uint8)
18
isBridged() view returns (bool)
false
name() view returns (string)
Wrapped Fishermen
owner() view returns (address)
0xfaded72464d6e76e37300b467673b36ecc4d2ccf
pairAddress() view returns (address)
0xeb9fecf784ae5c403e0fd13ec16c00f1ecaf1a12
symbol() view returns (string)
wFM
totalSupply() view returns (uint256)
5280000000000000000000
Read-only
allInfoFor(address _user) view returns (uint256 totalTokens, uint256 totalLPTokens, uint256 wethReserve, uint256 wrappedReserve, uint256 userTokens, bool userApproved, uint256 userBalance, uint256 userRewards, uint256 userLPBalance, uint256 contractFishermen, uint256 contractWhales)
allowance(address _user, address _spender) view returns (uint256)
balanceOf(address _user) view returns (uint256)
rewardBurn(address _user) view returns (bool)
rewardsOf(address _user) view returns (uint256)
State-modifying
Events approve(address _spender, uint256 _tokens) returns (bool)
claim()
claimFor(address _user)
disburse(uint256 _amount)
setBurnDestination(address _destination)
setIsBridged(bool _isBridged)
setOwner(address _owner)
setRewardBurn(address _user, bool _shouldBurn)
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)
unwrap(uint256[] _tokenIds) returns (uint256 totalUnwrapped)
wrap(uint256[] _tokenIds)
Approval(address indexed owner, address indexed spender, uint256 tokens)
Claim(address indexed user, uint256 amount)
Reward(uint256 amount)
Transfer(address indexed from, address indexed to, uint256 tokens)
constructor(address _wg, bool _isWhale)
This contract contains no fallback and receive objects.
This contract contains no error objects.