EigenWorlds
Verified contract
Proxy
Active on
Ethereum with 156,538 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 48 additional slots
-
variable spans 48 additional slots
-
variable spans 47 additional slots
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
HQG | ERC-20 | 0.001 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21151411 | a day ago | | | 0 | 0.00051447175 | |
| 21150894 | a day ago | | | 0 | 0.00094456861 | |
| 21150508 | a day ago | | | 0 | 0.00082631627 | |
| 21142778 | 2 days ago | | | 0 | 0.00038023457 | |
| 21141502 | 2 days ago | | | 0 | 0.00048083215 | |
| 21140163 | 3 days ago | | | 0 | 0.00071139552 | |
| 21124000 | 5 days ago | | | 0 | 0.00041434049 | |
| 21121376 | 5 days ago | | | 0 | 0.00017755717 | |
| 21109416 | 7 days ago | | | 0 | 0.00016926300 | |
| 21103934 | 8 days ago | | | 0 | 0.000078572500 |
ABI
ABI objects
Getter at block 21158676
name() view returns (string)
EigenWorlds
owner() view returns (address)
0xfc905d4b37c9d97b1d172906208e5b09f02277c2
paused() view returns (bool)
true
prefix() view returns (string)
https://eigen-layer-02462cd942da.herokuapp.com/api/metadata/
suffix() view returns (string)
symbol() view returns (string)
EIGENWORLDS
totalSupply() view returns (uint256)
141938
Read-only
balanceOf(address owner) view returns (uint256)
explicitOwnershipOf(uint256 tokenId) view returns (struct IERC721AUpgradeableTokenOwnership)
explicitOwnershipsOf(uint256[] tokenIds) view returns (struct IERC721AUpgradeableTokenOwnership[])
getApproved(uint256 tokenId) view returns (address)
isAdmin(address account_) view returns (bool)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
tokensOfOwner(address owner) view returns (uint256[])
tokensOfOwnerIn(address owner, uint256 start, uint256 stop) view returns (uint256[])
State-modifying
Events adminMint(address account_, string text_)
approve(address to, uint256 tokenId) payable
initialize(string prefix_, string suffix_)
mint(string text_)
pause()
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId) payable
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data) payable
setAdminPermissions(address account_, bool enable_)
setApprovalForAll(address operator, bool approved)
setPrefix(string prefix_)
setSuffix(string suffix_)
transferFrom(address from, address to, uint256 tokenId) payable
transferOwnership(address newOwner)
unpause()
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
Upgraded(address indexed implementation)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
ConsecutiveTransfer(uint256 indexed fromTokenId, uint256 toTokenId, address indexed from, address indexed to)
Initialized(uint8 version)
MintedWithText(uint256 tokenId, address owner, string text)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
Unpaused(address account)
constructor(address _logic, address admin_, bytes _data)
fallback()
receive()
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
BalanceQueryForZeroAddress()
InvalidQueryRange()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()