Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($5,121.80)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
PENDLE | ERC-20 | 1.021595K | $5.01 |
$5,118.19 | |
EUL | ERC-20 | 1 | $3.61 |
$3.61 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21244585 | an hour ago | | | 0 | 0.00073450531 | |
| 21244531 | an hour ago | | | 0 | 0.00090351224 | |
| 21244412 | an hour ago | | | 0 | 0.00089801762 | |
| 21244205 | 2 hours ago | | | 0 | 0.00070282033 | |
| 21244177 | 2 hours ago | | | 0 | 0.00064686775 | |
| 21243799 | 3 hours ago | | | 0 | 0.0011011453 | |
| 21243219 | 5 hours ago | | | 0 | 0.00059208662 | |
| 21242580 | 8 hours ago | | | 0 | 0.00046201191 | |
| 21242545 | 8 hours ago | | | 0 | 0.00049934741 | |
| 21242519 | 8 hours ago | | | 0 | 0.00042959068 |
ABI
ABI objects
Getter at block 21244817
ADMIN_ROLE() view returns (bytes32)
0xa49807205ce4d355092ef5a8a18f56e8913cf4a201fbe287825b095693c21775
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
DOMAIN_SEPARATOR() view returns (bytes32)
0x033df809c37647aaca6909da290b9c07248dee4ccc343f47191e584a60295e75
MINT_MAX_PERCENT() view returns (uint256)
2718
MINT_MIN_INTERVAL() view returns (uint256)
31536000
decimals() view returns (uint8)
18
mintingRestrictedBefore() view returns (uint256)
1767225600
name() view returns (string)
Euler
symbol() view returns (string)
EUL
totalSupply() view returns (uint256)
27182818284590452353602874
treasury() view returns (address)
0x25aa4a183800ecab962d84ccc7ada58d4e126992
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
checkpoints(address account, uint32 pos) view returns (struct ERC20VotesCheckpoint)
delegates(address account) view returns (address)
getPastTotalSupply(uint256 blockNumber) view returns (uint256)
getPastVotes(address account, uint256 blockNumber) view returns (uint256)
getRoleAdmin(bytes32 role) view returns (bytes32)
getVotes(address account) view returns (uint256)
hasRole(bytes32 role, address account) view returns (bool)
nonces(address owner) view returns (uint256)
numCheckpoints(address account) view returns (uint32)
supportsInterface(bytes4 interfaceId) view returns (bool)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
delegate(address delegatee)
delegateBySig(address delegatee, uint256 nonce, uint256 expiry, uint8 v, bytes32 r, bytes32 s)
grantRole(bytes32 role, address account)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mint()
permit(address owner, address spender, uint256 value, uint256 deadline, uint8 v, bytes32 r, bytes32 s)
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
updateTreasury(address newTreasury)
Approval(address indexed owner, address indexed spender, uint256 value)
DelegateChanged(address indexed delegator, address indexed fromDelegate, address indexed toDelegate)
DelegateVotesChanged(address indexed delegate, uint256 previousBalance, uint256 newBalance)
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)
TreasuryUpdated(address newTreasury)
constructor(string name, string symbol, uint256 totalSupply_, uint256 mintingRestrictedBefore_, address treasury_)
This contract contains no fallback and receive objects.
This contract contains no error objects.