fetish coin
Verified contract
Active on
Ethereum with 34,486 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($2.02)
Native
Value
$2.02
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.000605 | $3,340.97 |
$2.02 | |
FET | ERC-20 | 241.009999M | -- | -- | |
| ERC-20 | 88.888888M | -- | -- | |
| ERC-20 | 21M | -- | -- | |
| ERC-20 | 7.777777M | -- | -- | |
| ERC-20 | 8.889K | -- | -- | |
ZB | ERC-20 | 90 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21265002 | a day ago | | | 0 | 0.0013803561 | |
| 20423839 | 4 months ago | | | 0 | 0.000090877155 | |
| 18668336 | a year ago | | | 0 | 0.0013899930 | |
| 18667066 | a year ago | | | 0 | 0.0018242472 | |
| 18647881 | a year ago | | | 0 | 0.00092866532 | |
| 18647154 | a year ago | | | 0 | 0.0011764702 | |
| 18645912 | a year ago | | | 0 | 0.0012109359 | |
| 18624310 | a year ago | | | 0 | 0.0016369280 | |
| 18622183 | a year ago | | | 0 | 0.0036618340 | |
| 17321790 | 2 years ago | | | 0 | 0.0040854210 |
ABI
ABI objects
Getter at block 21275444
decimals() view returns (uint8 _decimals)
6
isPaused() view returns (bool _is_paused)
false
name() view returns (string _name)
fetish coin
owner() view returns (address)
0x57f1b33b8b44689982ce7b3f560577e89375b2da
paused() view returns (bool)
false
symbol() view returns (string _symbol)
FET
totalSupply() view returns (uint256 _totalSupply)
74974232000000000
Read-only
allowance(address _owner, address _spender) view returns (uint256 _remaining)
balanceOf(address _owner) view returns (uint256 _balance)
frozenAccount(address) view returns (bool)
isFrozenAccount(address _target) view returns (bool _is_frozen)
offering(address, address) view returns (uint256 amount, uint256 locktime)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool _success)
burn(address _from, uint256 _amount) returns (bool _success)
collectTokens(address[] _addresses, uint256[] _amounts) returns (bool _success)
freezeAccounts(address[] _targets) returns (bool _success)
pause() returns (bool _success)
rain(address[] _addresses, uint256 _amount) returns (bool _success)
transfer(address _to, uint256 _value) returns (bool _success)
transfer(address _to, uint256 _value, bytes _data) returns (bool _success)
transfer(address _to, uint256 _value, bytes _data, string _custom_fallback) returns (bool _success)
transferFrom(address _from, address _to, uint256 _value) returns (bool _success)
transferOwnership(address _newOwner) returns (bool _success)
unfreezeAccounts(address[] _targets) returns (bool _success)
unpause() returns (bool _success)
Approval(address indexed _owner, address indexed _spender, uint256 _value)
Burn(address indexed from, uint256 amount)
Freeze(address indexed target, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Pause()
Rain(address indexed from, uint256 amount)
Transfer(address indexed _from, address indexed _to, uint256 _value)
Transfer(address indexed from, address indexed to, uint256 value, bytes indexed data)
Unfreeze(address indexed target, uint256 value)
Unpause()
constructor()
fallback()
This contract contains no error objects.