Frog Wif Hat
Verified contract
Active on
Ethereum with 2,938 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
FWIF | ERC-20 | 159.059022K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21156428 | 7 hours ago | | | 0 | 0.00064472529 | |
| 21148586 | a day ago | | | 0 | 0.00030386948 | |
| 21148585 | a day ago | | | 0 | 0.00046375632 | |
| 21138583 | 3 days ago | | | 0 | 0.0010618157 | |
| 21109394 | 7 days ago | | | 0 | 0.00013336371 | |
| 21109033 | 7 days ago | | | 0 | 0.00017822186 | |
| 21090264 | 10 days ago | | | 0 | 0.00025352161 | |
| 21065937 | 13 days ago | | | 0 | 0.0012786352 | |
| 21057087 | 14 days ago | | | 0 | 0.00068743029 | |
| 21046426 | 16 days ago | | | 0 | 0.00035783738 |
ABI
ABI objects
Getter at block 21158475
_blacklister() view returns (address)
0xacfa807c93aa76c1d11b997897da043d9019dd91
_pauser() view returns (address)
0xc169b989cd015390a01873c03ba6aae8341d0abd
decimals() view returns (uint8)
18
hardCap() view returns (uint256)
1000000000000000000000000000
name() view returns (string)
Frog Wif Hat
owner() view returns (address)
0x0000000000000000000000000000000000000000
paused() view returns (bool)
false
symbol() view returns (string)
FWIF
totalSupply() view returns (uint256)
1000000000000000000000000000
Read-only
allowance(address from, address to) view returns (uint256)
balanceOf(address account) view returns (uint256)
isBlacklisted(address) view returns (bool)
State-modifying
Events approve(address to, uint256 amount) returns (bool)
blacklistUser(address[] _users)
burn(uint256 amount)
decreaseAllowance(address to, uint256 subtractedValue) returns (bool)
increaseAllowance(address to, uint256 addedValue) returns (bool)
pause()
removeUserFromBlacklist(address[] _users)
renounceBlacklister()
renounceOwnership()
renouncePauser()
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
unpause()
updateBlacklister(address _newBlacklister)
updatePauser(address _newPauser)
AddedToBlacklist(address indexed by, address[] users, uint256 timestamp)
Approval(address indexed owner, address indexed spender, uint256 value)
BlacklisterRenounced(address indexed by, uint256 timestamp)
BlacklisterUpdated(address indexed by, address indexed oldBlacklister, address indexed newBlacklister, uint256 timestamp)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
PauserRenounced(address indexed by, uint256 timestamp)
PauserUpdated(address indexed by, address indexed oldPauser, address indexed newPauser, uint256 timestamp)
RemovedFromBlacklist(address indexed by, address[] users, uint256 timestamp)
Transfer(address indexed from, address indexed to, uint256 value)
Unpaused(address account)
constructor(string name_, string symbol_, address pauser_, address blacklister_)
This contract contains no fallback and receive objects.
EnforcedPause()
ExpectedPause()