Fei USD
Verified contract
Active on
Ethereum with 42,573 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($130,398.33)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
FEI | ERC-20 | 128.9105K | $1.003 |
$129,297.23 | |
USDT | ERC-20 | 1.1K | $1.001 |
$1,101.1 | |
FLO | ERC-20 | 50K | -- | -- | |
PMR | ERC-20 | 33K | -- | -- | |
CHUA | ERC-20 | 20K | -- | -- | |
MUNCH | ERC-20 | 10K | -- | -- | |
PLBK | ERC-20 | 10K | -- | -- | |
BTH | ERC-20 | 777 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21273958 | 5 hours ago | | | 0 | 0.00051988339 | |
| 21270069 | 18 hours ago | | | 0 | 0.00041306548 | |
| 21270001 | 18 hours ago | | | 0 | 0.00027419137 | |
| 21269770 | 19 hours ago | | | 0 | 0.00075054600 | |
| 21269304 | 21 hours ago | | | 0 | 0.00043183568 | |
| 21262242 | 2 days ago | | | 0 | 0.00044215255 | |
| 21262144 | 2 days ago | | | 0 | 0.00075033000 | |
| 21261792 | 2 days ago | | | 0 | 0.00047884691 | |
| 21257896 | 2 days ago | | | 0 | 0.00039915280 | |
| 21257727 | 2 days ago | | | 0 | 0.0010842793 |
ABI
ABI objects
Getter at block 21275431 fei() view returns (address) feiBalance() view returns (uint256) tribe() view returns (address) tribeBalance() view returns (uint256)
DOMAIN_SEPARATOR() view returns (bytes32)
0x0ff37d1dc9a7d6539faa7634e8848d1d0bb7ec77e2bcb30d8982e62e6e2d5914
PERMIT_TYPEHASH() view returns (bytes32)
0x6e71edae12b1b97f4d1f60370fef10105fa2faae0126114a169c64845d6126c9
core() view returns (address)
0x10ffa0cd36bc16b355d21a08df4a552c4a9fec10
decimals() view returns (uint8)
18
name() view returns (string)
Fei USD
paused() view returns (bool)
false
symbol() view returns (string)
FEI
totalSupply() view returns (uint256)
7583780522591963177434916
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
incentiveContract(address) view returns (address)
nonces(address) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
burn(uint256 amount)
burnFrom(address account, uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mint(address account, uint256 amount)
pause()
permit(address owner, address spender, uint256 value, uint256 deadline, uint8 v, bytes32 r, bytes32 s)
setCore(address core)
setIncentiveContract(address account, address incentive)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
unpause()
Approval(address indexed owner, address indexed spender, uint256 value)
Burning(address indexed _to, address indexed _burner, uint256 _amount)
CoreUpdate(address indexed _core)
IncentiveContractUpdate(address indexed _incentivized, address indexed _incentiveContract)
Minting(address indexed _to, address indexed _minter, uint256 _amount)
Paused(address account)
Transfer(address indexed from, address indexed to, uint256 value)
Unpaused(address account)
constructor(address core)
This contract contains no fallback and receive objects.
This contract contains no error objects.