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 |
---|---|---|---|---|---|
APU | ERC-20 | 1 | $0.000849 |
$0 | |
0x0a25…c489 | ERC-1555 | 2.2K | -- | -- | |
0x0a25…c489 | ERC-1555 | 2.2K | -- | -- | |
0x0a25…c489 | ERC-1555 | 2.2K | -- | -- | |
0x0a25…c489 | ERC-1555 | 2.2K | -- | -- | |
0x0a25…c489 | ERC-1555 | 2.2K | -- | -- | |
0x0a25…c489 | ERC-1555 | 2.2K | -- | -- | |
0x0a25…c489 | ERC-1555 | 2.2K | -- | -- | |
0x0a25…c489 | ERC-1555 | 2.2K | -- | -- | |
0x0a25…c489 | ERC-1555 | 2.2K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21267970 | 2 hours ago | | | 0 | 0.00055942800 | |
| 21266868 | 6 hours ago | | | 0 | 0.00084128365 | |
| 21265084 | 12 hours ago | | | 0 | 0.00093490595 | |
| 21264148 | 15 hours ago | | | 0 | 0.00072988643 | |
| 21262862 | 19 hours ago | | | 0 | 0.00045362743 | |
| 21262081 | a day ago | | | 0 | 0.00053304897 | |
| 21261614 | a day ago | | | 0 | 0.00030052694 | |
| 21259721 | a day ago | | | 0 | 0.00040544264 | |
| 21258354 | a day ago | | | 0 | 0.00021151126 | |
| 21257616 | 2 days ago | | | 0 | 0.00042734071 |
ABI
ABI objects
Getter at block 21268575
DOMAIN_SEPARATOR() view returns (bytes32)
0xf76bc0789b1168d8167e9ab7fe582017fc10c446b759047e0b1cb2d4451d7ce6
decimals() view returns (uint8)
18
name() view returns (string)
Frax Ether
nominatedOwner() view returns (address)
0x0000000000000000000000000000000000000000
owner() view returns (address)
0x8412ebf45bac1b340bbe8f318b928c466c4e39ca
symbol() view returns (string)
frxETH
timelock_address() view returns (address)
0x8412ebf45bac1b340bbe8f318b928c466c4e39ca
totalSupply() view returns (uint256)
152853151282192750456096
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)
nonces(address owner) view returns (uint256)
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)
permit(address owner, address spender, uint256 value, uint256 deadline, uint8 v, bytes32 r, bytes32 s)
removeMinter(address minter_address)
setTimelock(address _timelock_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)
TimelockChanged(address timelock_address)
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.