Frax Price Index
Verified contract
Active on
Ethereum with 1,425 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "Frax Price Index"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21291230 | 5 hours ago | | | 0 | 0.00025172622 | |
| 21285585 | a day ago | | | 0 | 0.00074134664 | |
| 21147633 | 20 days ago | | | 0 | 0.00032396579 | |
| 21112852 | 25 days ago | | | 0 | 0.00013471335 | |
| 21110942 | 25 days ago | | | 0 | 0.000080396398 | |
| 21107436 | a month ago | | | 0 | 0.00057190374 | |
| 21106317 | a month ago | | | 0 | 0.00015354316 | |
| 21099330 | a month ago | | | 0 | 0.00010627261 | |
| 21077321 | a month ago | | | 0 | 0.00053166652 | |
| 21074897 | a month ago | | | 0 | 0.00015289191 |
ABI
ABI objects
Getter at block 21292766
decimals() view returns (uint8)
18
name() view returns (string)
Frax Price Index
nominatedOwner() view returns (address)
0x0000000000000000000000000000000000000000
owner() view returns (address)
0x6a7efa964cf6d9ab3bc3c47ebddb853a8853c502
symbol() view returns (string)
FPI
timelock_address() view returns (address)
0x8412ebf45bac1b340bbe8f318b928c466c4e39ca
totalSupply() view returns (uint256)
84742955279433358886516854
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
minters(address) view returns (bool)
minters_array(uint256) view returns (address)
State-modifying
Events acceptOwnership()
addMinter(address minter_address)
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)
minter_burn_from(address b_address, uint256 b_amount)
minter_mint(address m_address, uint256 m_amount)
nominateNewOwner(address _owner)
removeMinter(address minter_address)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
MinterAdded(address minter_address)
MinterRemoved(address minter_address)
OwnerChanged(address oldOwner, address newOwner)
OwnerNominated(address newOwner)
TokenMinterBurned(address indexed from, address indexed to, uint256 amount)
TokenMinterMinted(address indexed from, address indexed to, uint256 amount)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address _creator_address, address _timelock_address)
This contract contains no fallback and receive objects.
This contract contains no error objects.