Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($88,990.84)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ENA | ERC-20 | 147.767717K | $0.585905 |
$86,577.84 | |
USDe | ERC-20 | 875 | $1.005 |
$879.37 | |
LINK | ERC-20 | 45 | $15.16 |
$682.2 | |
USDC | ERC-20 | 500 | $0.999908 |
$499.95 | |
USDT | ERC-20 | 293 | $1.001 |
$293.29 | |
sUSDe | ERC-20 | 27.355055 | $1.13 |
$30.91 | |
ALT | ERC-20 | 241 | $0.112951 |
$27.22 | |
Groyper | ERC-20 | 1 | $0.03638 |
$0.04 | |
APU | ERC-20 | 1 | $0.000987 |
$0 | |
GAYCRON | ERC-20 | 81.085766M | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21244193 | 2 minutes ago | | | 0 | 0.00073635900 | |
| 21244187 | 4 minutes ago | | | 0 | 0.00062649697 | |
| 21244177 | 6 minutes ago | | | 0 | 0.00042136087 | |
| 21244173 | 6 minutes ago | | | 0 | 0.00062790120 | |
| 21244169 | 7 minutes ago | | | 0 | 0.00071672760 | |
| 21244162 | 9 minutes ago | | | 0 | 0.00054530379 | |
| 21244158 | 9 minutes ago | | | 0 | 0.00074978743 | |
| 21244147 | 12 minutes ago | | | 0 | 0.00070564010 | |
| 21244142 | 13 minutes ago | | | 0 | 0.00082081836 | |
| 21244125 | 16 minutes ago | | | 0 | 0.00048659302 |
ABI
ABI objects
Getter at block 21244203 renounceOwnership() view
DOMAIN_SEPARATOR() view returns (bytes32)
0xf5a0c720a0f12ad9552178543631b85b9abec5125cb92fe4db46254db5d1ecc9
MAX_INFLATION() view returns (uint8)
10
MINT_WAIT_PERIOD() view returns (uint32)
31536000
decimals() view returns (uint8)
18
eip712Domain() view returns (bytes1 fields, string name, string version, uint256 chainId, address verifyingContract, bytes32 salt, uint256[] extensions)
(fields=0x0f, name=ENA, version=1, chainId=1, verifyingContract=0x57e114b691db790c35207b2e685d4a43181e6061, salt=0x0000000000000000000000000000000000000000000000000000000000000000, extensions=[])
lastMintTimestamp() view returns (uint40)
1709674199
name() view returns (string)
ENA
owner() view returns (address)
0x3b0aaf6e6fcd4a7ceef8c92c32dfea9e64dc1862
pendingOwner() view returns (address)
0x0000000000000000000000000000000000000000
symbol() view returns (string)
ENA
totalSupply() view returns (uint256)
15000000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
nonces(address owner) view returns (uint256)
State-modifying
Events acceptOwnership()
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)
mint(address to, uint256 amount)
permit(address owner, address spender, uint256 value, uint256 deadline, uint8 v, bytes32 r, bytes32 s)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
EIP712DomainChanged()
Mint(address indexed to, uint256 amount)
OwnershipTransferStarted(address indexed previousOwner, address indexed newOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address _initialOwner, address _treasury, address _foundation)
This contract contains no fallback and receive objects.
CantRenounceOwnership()
InvalidShortString()
MaxInflationExceeded()
MintWaitPeriodInProgress()
StringTooLong(string str)
ZeroAddressException()