TransparentUpgradeableProxy
Verified contract
Proxy
Active on
Ethereum with 494 txns
Unified storage
Map
Table
Raw
Constants and immutables
4
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
7 additional
variables
Balances ($0.00)
No balances found for "TransparentUpgradeableProxy"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20931359 | a month ago | | | 0 | 0.00052843860 | |
| 20931352 | a month ago | | | 0 | 0.00053724816 | |
| 20931345 | a month ago | | | 0 | 0.00051842332 | |
| 20931339 | a month ago | | | 0 | 0.00051881340 | |
| 20931332 | a month ago | | | 0 | 0.00053414241 | |
| 20931324 | a month ago | | | 0 | 0.00057133105 | |
| 20931316 | a month ago | | | 0 | 0.00055171636 | |
| 20931308 | a month ago | | | 0 | 0.00059925357 | |
| 20931303 | a month ago | | | 0 | 0.00065485834 | |
| 20931297 | a month ago | | | 0 | 0.00050751554 |
ABI
ABI objects
Getter at block 21230378
CLOCK_MODE() pure returns (string)
mode=timestamp
DOMAIN_SEPARATOR() view returns (bytes32)
0x5dd88b27402a52ec3e227839f0f448d699f04c912202aa0d2b25bb86127a6e96
EIGEN() view returns (address)
0xec53bf9167f50cdeb3ae105f56099aaab9061f83
clock() view returns (uint48)
1732122971
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=bEIGEN, version=1, chainId=1, verifyingContract=0x83e9115d334d248ce39a6f36144aeab5b3456e75, salt=0x0000000000000000000000000000000000000000000000000000000000000000, extensions=[])
name() view returns (string)
Backing Eigen
owner() view returns (address)
0x2520c6b2c1fbe1813ab5c7c1018cda39529e9ff2
symbol() view returns (string)
bEIGEN
totalSupply() view returns (uint256)
1691670555481571723076923091
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)
isMinter(address) view returns (bool)
nonces(address owner) view returns (uint256)
numCheckpoints(address account) view returns (uint32)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
burn(uint256 amount)
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)
mint(address to, uint256 amount)
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)
setIsMinter(address minterAddress, bool newStatus)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
transferOwnership(address newOwner)
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
Upgraded(address indexed implementation)
Approval(address indexed owner, address indexed spender, uint256 value)
Backed()
DelegateChanged(address indexed delegator, address indexed fromDelegate, address indexed toDelegate)
DelegateVotesChanged(address indexed delegate, uint256 previousBalance, uint256 newBalance)
EIP712DomainChanged()
Initialized(uint8 version)
IsMinterModified(address indexed minterAddress, bool newStatus)
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 _logic, address admin_, bytes _data)
fallback()
receive()
This contract contains no error objects.