ETHTrustFund
Verified contract
Active on
Base with 14,765 txns
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 |
---|---|---|---|---|---|
USA | ERC-20 | 1 | $0.000765 |
$0 | |
BALD | ERC-20 | 326.917926M | -- | -- | |
PENPEN | ERC-20 | 55.555K | -- | -- | |
Emuut | ERC-20 | 12 | -- | -- | |
OHNO | ERC-20 | 4 | -- | -- | |
LZPZ | ERC-20 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22745384 | 3 hours ago | | | 0 | 1.9304928e-7 | |
| 22729353 | 12 hours ago | | | 0 | 0.000000099810624900 | |
| 22718960 | 18 hours ago | | | 0 | 4.8372805e-7 | |
| 22716020 | 19 hours ago | | | 0 | 6.6316637e-7 | |
| 22674504 | 2 days ago | | | 0 | 3.6947862e-7 | |
| 22663179 | 2 days ago | | | 0 | 3.5053331e-7 | |
| 22657436 | 2 days ago | | | 0 | 3.5053331e-7 | |
| 22648976 | 2 days ago | | | 0 | 0.000000303974718876 | |
| 22647303 | 2 days ago | | | 0 | 2.3849129e-7 | |
| 22615421 | 3 days ago | | | 0 | 3.5053331e-7 |
ABI
ABI objects
Getter at block 22750760
BASE() view returns (uint256)
1000000000000000000
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
DOMAIN_SEPARATOR() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
DOMAIN_TYPEHASH() view returns (bytes32)
0x8cad95687ba82c2ce50e74f7b754645e5117c3a5bec8151c0726d5857980a866
LPpool() view returns (address)
0x0000000000000000000000000000000000000000
MINTER_ROLE() view returns (bytes32)
0x9f2df0fed2c77648de5860a4cc508cd0818c85b8b8a1ab4ceeef8d981c8956a6
PERMIT_TYPEHASH() view returns (bytes32)
0x6e71edae12b1b97f4d1f60370fef10105fa2faae0126114a169c64845d6126c9
REBASER_ROLE() view returns (bytes32)
0x5fde63b561377d1441afa201ff619faac2ff8fed70a7fbdbe7a5cb07768c0b75
btcsScalingFactor() view returns (uint256)
304247066596214951
decimals() view returns (uint8)
18
initSupply() view returns (uint256)
276091404987938902709693235497951737821077231313406483364908
internalDecimals() view returns (uint256)
1000000000000000000000000
maxScalingFactor() view returns (uint256)
419397660142207583
maxTransactionLimitEnabled() view returns (bool)
false
name() view returns (string)
ETHTrustFund
owner() view returns (address)
0x7a37ecb2726e9d46d8f8cfa0278869f98889b6ba
paused() view returns (bool)
false
rebaseRatio() view returns (uint256)
100
symbol() view returns (string)
$ETF
totalSupply() view returns (uint256)
84000000080008000033088765130352384869106736551865657
treasury() view returns (address)
0x3293e3ff0421ce4dbc36a2fd098632278c6f1779
Read-only
allowance(address owner_, address spender) view returns (uint256)
balanceOf(address who) view returns (uint256)
balanceOfUnderlying(address who) view returns (uint256)
blackListAddress(address) view returns (bool)
btcToFragment(uint256 _btc) view returns (uint256)
fragmentTobtc(uint256 value) view returns (uint256)
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)
nonces(address) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
whiteListAddress(address) view returns (bool)
State-modifying
Events approve(address spender, uint256 value) returns (bool)
burn(uint256 amount)
burnFrom(address account, uint256 amount)
claimtokenRebase(address _address, 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) returns (bool)
mintUnderlying(address to, uint256 amount) returns (bool)
pause()
permit(address owner, address spender, uint256 value, uint256 deadline, uint8 v, bytes32 r, bytes32 s)
rebase(uint256 epoch, uint256 indexDelta, bool positive) returns (uint256)
removeBlackListAddress(address _blackListAddress)
removewhiteListAddress(address _whiteListAddress)
renounceOwnership()
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
setBlackListAddress(address _blackListAddress)
setLP(address LP)
setwhiteListAddress(address _whiteListAddress)
toggleMaxTransactionLimit(bool enabled)
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
transferOwnership(address newOwner)
transferUnderlying(address to, uint256 value) returns (bool)
unpause()
updateRebaseRatio(uint256 _newratio)
updateTreasury(address _newaddress)
Approval(address indexed owner, address indexed spender, uint256 value)
Burn(address from, uint256 amount)
Mint(address to, uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
Rebase(uint256 epoch, uint256 prevbtcsScalingFactor, uint256 newbtcsScalingFactor)
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)
Unpaused(address account)
constructor()
This contract contains no fallback and receive objects.
EnforcedPause()
ExpectedPause()