FRAXShares
Verified contract
Active on
Ethereum with 227,494 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x853d…b99e
Balances ($57,951.35)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
FXS | ERC-20 | 19.249645K | $3.01 |
$57,941.43 | |
FRAX | ERC-20 | 9.99001 | $0.992408 |
$9.91 | |
TSP | ERC-20 | 144.171983K | -- | -- | |
WOOW | ERC-20 | 44.916K | -- | -- | |
SECRET | ERC-20 | 44.75K | -- | -- | |
0x55f6…839b | ERC-1555 | 1K | -- | -- | |
0x55f6…839b | ERC-1555 | 1K | -- | -- | |
0x55f6…839b | ERC-1555 | 1K | -- | -- | |
0x55f6…839b | ERC-1555 | 1K | -- | -- | |
0x55f6…839b | ERC-1555 | 1K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21270280 | 6 minutes ago | | | 0 | 0.00097091858 | |
| 21270238 | 14 minutes ago | | | 0 | 0.00077124017 | |
| 21270222 | 18 minutes ago | | | 0 | 0.00081955757 | |
| 21270146 | 33 minutes ago | | | 0 | 0.00035264760 | |
| 21270128 | 37 minutes ago | | | 0 | 0.00071414700 | |
| 21270077 | an hour ago | | | 0 | 0.0010692640 | |
| 21270050 | an hour ago | | | 0 | 0.0010444037 | |
| 21269756 | 2 hours ago | | | 0 | 0.0010068410 | |
| 21269747 | 2 hours ago | | | 0 | 0.00039602029 | |
| 21269722 | 2 hours ago | | | 0 | 0.00029873280 |
ABI
ABI objects
Getter at block 21270308
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
FRAXStablecoinAdd() view returns (address)
0x0000000000000000000000000000000000000000
FXS_DAO_min() view returns (uint256)
0
decimals() view returns (uint8)
18
genesis_supply() view returns (uint256)
100000000000000000000000000
name() view returns (string)
Frax Share
oracle_address() view returns (address)
0xdf81c82a3e02330bb03c9b31015f32e2dac470de
owner_address() view returns (address)
0xb1748c79709f4ba2dd82834b8c82d4a505003f27
symbol() view returns (string)
FXS
timelock_address() view returns (address)
0x8412ebf45bac1b340bbe8f318b928c466c4e39ca
totalSupply() view returns (uint256)
99681495591133609740710857
trackingVotes() view returns (bool)
true
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
checkpoints(address, uint32) view returns (uint32 fromBlock, uint96 votes)
getCurrentVotes(address account) view returns (uint96)
getPriorVotes(address account, uint256 blockNumber) view returns (uint96)
getRoleAdmin(bytes32 role) view returns (bytes32)
getRoleMember(bytes32 role, uint256 index) view returns (address)
getRoleMemberCount(bytes32 role) view returns (uint256)
hasRole(bytes32 role, address account) view returns (bool)
numCheckpoints(address) view returns (uint32)
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)
grantRole(bytes32 role, address account)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mint(address to, uint256 amount)
pool_burn_from(address b_address, uint256 b_amount)
pool_mint(address m_address, uint256 m_amount)
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
setFRAXAddress(address frax_contract_address)
setFXSMinDAO(uint256 min_FXS)
setOracle(address new_oracle)
setOwner(address _owner_address)
setTimelock(address new_timelock)
toggleVotes()
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
FXSBurned(address indexed from, address indexed to, uint256 amount)
FXSMinted(address indexed from, address indexed to, uint256 amount)
RoleAdminChanged(bytes32 indexed role, bytes32 indexed previousAdminRole, bytes32 indexed newAdminRole)
RoleGranted(bytes32 indexed role, address indexed account, address indexed sender)
RoleRevoked(bytes32 indexed role, address indexed account, address indexed sender)
Transfer(address indexed from, address indexed to, uint256 value)
VoterVotesChanged(address indexed voter, uint256 previousBalance, uint256 newBalance)
constructor(string _name, string _symbol, address _oracle_address, address _owner_address, address _timelock_address)
This contract contains no fallback and receive objects.
This contract contains no error objects.