Eigen
Verified contract
Implementation
Active on
Ethereum with 3 txns
Storage
Map
Table
Raw
Constants and immutables
5
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
-
variable spans 48 additional slots
-
variable spans 44 additional slots
-
variable spans 47 additional slots
-
variable spans 48 additional slots
-
variable spans 46 additional slots
4 additional
variables
Balances ($0.00)
No balances found for "Eigen"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20760975 | 2 months ago | | | 0 | 0.000039022177 | |
| 20760949 | 2 months ago | | | 0 | 0.000072284886 | |
| 20760885 | 2 months ago | | | 0 | 0.000076915343 |
ABI
ABI objects
Getter at block 20800586
CLOCK_MODE() pure returns (string)
mode=timestamp
DOMAIN_SEPARATOR() view returns (bytes32)
0x4e6c570a1556dc06c7d202fb87a7e5e17c73be3a93934e3e39d412c7d000f183
bEIGEN() view returns (address)
0x83e9115d334d248ce39a6f36144aeab5b3456e75
clock() view returns (uint48)
1726941407
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=, version=, chainId=1, verifyingContract=0x7ec354c84680112d3cff1544ec1eb19ca583700b, salt=0x0000000000000000000000000000000000000000000000000000000000000000, extensions=[])
name() view returns (string)
owner() view returns (address)
0x0000000000000000000000000000000000000000
symbol() view returns (string)
totalSupply() view returns (uint256)
0
transferRestrictionsDisabledAfter() view returns (uint256)
0
Read-only
allowance(address owner, address spender) view returns (uint256)
allowedFrom(address) view returns (bool)
allowedTo(address) view returns (bool)
balanceOf(address account) view returns (uint256)
checkpoints(address account, uint32 pos) view returns (struct ERC20VotesUpgradeableCheckpoint)
delegates(address account) view returns (address)
getPastTotalSupply(uint256 timepoint) view returns (uint256)
getPastVotes(address account, uint256 timepoint) view returns (uint256)
getVotes(address account) view returns (uint256)
mintAllowedAfter(address) view returns (uint256)
mintingAllowance(address) view returns (uint256)
nonces(address owner) view returns (uint256)
numCheckpoints(address account) view returns (uint32)
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)
disableTransferRestrictions()
increaseAllowance(address spender, uint256 addedValue) returns (bool)
initialize(address initialOwner, address[] minters, uint256[] mintingAllowances, uint256[] mintAllowedAfters)
mint()
multisend(address[] receivers, uint256[] amounts)
permit(address owner, address spender, uint256 value, uint256 deadline, uint8 v, bytes32 r, bytes32 s)
renounceOwnership()
setAllowedFrom(address from, bool isAllowedFrom)
setAllowedTo(address to, bool isAllowedTo)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
transferOwnership(address newOwner)
unwrap(uint256 amount)
wrap(uint256 amount)
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)
EIP712DomainChanged()
Initialized(uint8 version)
Mint(address indexed minter, uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
SetAllowedFrom(address indexed from, bool isAllowedFrom)
SetAllowedTo(address indexed to, bool isAllowedTo)
Transfer(address indexed from, address indexed to, uint256 value)
TransferRestrictionsDisabled()
constructor(address _bEIGEN)
This contract contains no fallback and receive objects.
This contract contains no error objects.