PoorFag
Verified contract
Active on
Ethereum with 1,881 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 4 additional slots
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
APU | ERC-20 | 1 | $0.001078 |
$0 | |
FAG | ERC-20 | 100.0049K | -- | -- | |
UNI-V2 | ERC-20 | 0.01 | -- | -- |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20556817 | 3 months ago | | | 0 | 0.000068475381 | |
| 20556816 | 3 months ago | | | 0 | 0.000069606155 | |
| 20544819 | 3 months ago | | | 0 | 0.000022096545 | |
| 18679475 | a year ago | | | 0 | 0.0014242453 | |
| 17045822 | 2 years ago | | | 0 | 0.0012773563 | |
| 16634182 | 2 years ago | | | 0 | 0.00086221883 | |
| 16634181 | 2 years ago | | | 0 | 0.00085896967 | |
| 16041865 | 2 years ago | | | 0 | 0.00029969260 | |
| 16041825 | 2 years ago | | | 0 | 0.00047479975 | |
| 16041817 | 2 years ago | | | 0 | 0.00050129920 |
ABI
ABI objects
Getter at block 21167480
decimals() view returns (uint8)
18
name() view returns (string)
PoorFag
symbol() view returns (string)
FAG
totalStaked() view returns (uint256)
78024232940000000000000
totalSupply() view returns (uint256)
1000000000000000000000000
Read-only
allInfoFor(address _user) view returns (uint256 totalTokenSupply, uint256 totalTokensStaked, uint256 userBalance, uint256 userStaked, uint256 userDividends)
allowance(address _user, address _spender) view returns (uint256)
balanceOf(address _user) view returns (uint256)
dividendsOf(address _user) view returns (uint256)
isWhitelisted(address _user) view returns (bool)
stakedOf(address _user) view returns (uint256)
State-modifying
Events approve(address _spender, uint256 _tokens) returns (bool)
bulkTransfer(address[] _receivers, uint256[] _amounts)
collect() returns (uint256)
distribute(uint256 _tokens)
stake(uint256 _tokens)
stakeDrop(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)
whitelist(address _user, bool _status)
Approval(address indexed owner, address indexed spender, uint256 tokens)
Collect(address indexed owner, uint256 tokens)
Fee(uint256 tokens)
Stake(address indexed owner, uint256 tokens)
Transfer(address indexed from, address indexed to, uint256 tokens)
Unstake(address indexed owner, uint256 tokens)
Whitelist(address indexed user, bool status)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.