0x00000000000e1a99dddd5610111884278bdbda1d
Unverified contract
Proxy
Active on
Ethereum with 116,670 txns
Unified storage
Map
Table
Raw
Constants and immutables
0
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x1a44…728c
Balances ($2,795.29)
Native
Value
$2,795.29
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.84 | $3,327.73 |
$2,795.29 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21164161 | 7 hours ago | | | 0.01 | 0.00044043796 | |
| 21156427 | a day ago | | | 0.01 | 0.00036189479 | |
| 21139976 | 4 days ago | | | 0.01 | 0.00038187036 | |
| 21138603 | 4 days ago | | | 0.01 | 0.00053719913 | |
| 21136408 | 4 days ago | | | 0.01 | 0.00054296912 | |
| 21136390 | 4 days ago | | | 0.01 | 0.00047952278 | |
| 21113088 | 7 days ago | | | 0.01 | 0.00010541839 | |
| 21113026 | 7 days ago | | | 0.01 | 0.00011219200 | |
| 21112557 | 8 days ago | | | 0.01 | 0.00010203288 | |
| 21112454 | 8 days ago | | | 0.01 | 0.00010007646 |
ABI
ABI objects
Getter at block 21166352 proxiableUUID() view returns (bytes32)
composeMsgSender() view returns (address sender)
0x00000000000e1a99dddd5610111884278bdbda1d
endpoint() view returns (address)
0x1a44076050125825900e736c501f859c50fe728c
oAppVersion() view returns (uint64 senderVersion, uint64 receiverVersion)
(senderVersion=0, receiverVersion=1)
owner() view returns (address)
0x000000de1e80ea5a234fb5488fee2584251bc7e8
Read-only
allowInitializePath(struct Origin origin) view returns (bool)
nextNonce(uint32, bytes32) view returns (uint64 nonce)
peers(uint32 eid) view returns (bytes32 peer)
State-modifying
Events initialize(address endpoint_, address owner_)
lzReceive(struct Origin _origin, bytes32 _guid, bytes _message, address _executor, bytes _extraData) payable
placeBid(bytes32 name) payable
placeBid(bytes32 name, bytes32 referralAddress) payable
placeBids(uint256[] amounts, bytes32[] names) payable
placeBids(uint256[] amounts, bytes32[] names, bytes32 referralAddress) payable
reinitialize()
renounceOwnership()
setDelegate(address _delegate)
setPeer(uint32 _eid, bytes32 _peer)
transferOwnership(address newOwner)
upgradeToAndCall(address newImplementation, bytes data) payable
withdraw(address to_, uint256 amount)
Bid(bytes32 from, uint256 amount, bytes32 name)
Bid(bytes32 from, uint256 amount, bytes32 name, bytes32 referralAddress)
Initialized(uint64 version)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
PeerSet(uint32 eid, bytes32 peer)
Upgraded(address indexed implementation)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
BadBatch()
BadDelegatecall()
InvalidDelegate()
InvalidEndpointCall()
InvalidInitialization()
NoPeer(uint32 eid)
NotInitializing()
OnlyEndpoint(address addr)
OnlyPeer(uint32 eid, bytes32 sender)
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)
Unauthorized()
UnauthorizedCallContext()
UpgradeFailed()