Sealed ETH
Verified contract
Active on
Ethereum with 3,480 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($50,822.67)
Native
Value
$50,822.67
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 13.765398 | $3,692.06 |
$50,822.67 | |
INFNTY | ERC-721 | 1 | -- | -- | |
REMIKZ | ERC-721 | 1 | -- | -- | |
TTG | ERC-721 | 1 | -- | -- | |
EZ | ERC-721 | 1 | -- | -- | |
DEG | ERC-721 | 1 | -- | -- | |
CAA2022 | ERC-721 | 1 | -- | -- | |
CAA2022 | ERC-721 | 1 | -- | -- | |
CAA2022 | ERC-721 | 1 | -- | -- | |
CAA2022 | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21304879 | 2 hours ago | | | 0 | 0.00064208180 | |
| 21304788 | 3 hours ago | | | 0 | 0.00063584550 | |
| 21302984 | 9 hours ago | | | 0 | 0.0014021068 | |
| 21301236 | 15 hours ago | | | 0.3 | 0.00064680105 | |
| 21298715 | a day ago | | | 0 | 0.00087411859 | |
| 21295107 | a day ago | | | 0 | 0.00092051533 | |
| 21295104 | a day ago | | | 0 | 0.00090295560 | |
| 21295082 | a day ago | | | 0 | 0.0010791827 | |
| 21295071 | a day ago | | | 0 | 0.00081521733 | |
| 21287440 | 3 days ago | | | 0 | 0.0017985321 |
ABI
ABI objects
Getter at block 21305582
DOMAIN_SEPARATOR() view returns (bytes32)
0x2d1a05fa4e0eb5a0d503687c19f364dc1f82e2e6b62a70010bb08e42139e5436
decimals() view returns (uint8)
18
feeMultiplier() view returns (uint256)
20000000000000000
forcedWithdrawDelay() view returns (uint256)
172800
name() view returns (string)
Sealed ETH
owner() view returns (address)
0xe4fa009d01b2cd9c9b0f81fd3e45095ef0f1005c
royaltyEngine() view returns (address)
0xbc40d21999b4bf120d330ee3a2de415287f626c9
sealedFundingFactory() view returns (address)
0x1400eca2a4f703b5cf17c793ceb0181dc40e127a
sequencer() view returns (address)
0xca2a693a03b49bbc3a25ae7ccc3c36335235eeac
settleSequencer() view returns (address)
0xca2a693a03b49bbc3a25ae7ccc3c36335235eeac
symbol() view returns (string)
SETH
totalSupply() view returns (uint256)
13765397505503879674
treasury() view returns (address)
0xe4fa009d01b2cd9c9b0f81fd3e45095ef0f1005c
Read-only
accountCounter(address) view returns (uint256)
auctionState(bytes32) view returns (uint8)
balanceOf(address account) view returns (uint256)
calculateAuctionHash(address owner, address nftContract, bytes32 auctionType, uint256 nftId, uint256 reserve) pure returns (bytes32)
guardians(address) view returns (bool)
nonceState(uint256 nonce) view returns (bool)
orderNonces(address account, uint256 nonce) view returns (bool)
pendingAuctionCancels(bytes32) view returns (uint256)
pendingWithdrawals(address, uint256, uint256) view returns (uint256)
State-modifying
Events cancelAuction(address nftContract, bytes32 auctionType, uint256 nftId, uint256 reserve, struct EIP712CancelAuction cancelAuctionPacket)
cancelOffer(uint256 nonce)
cancelPendingWithdrawal(uint256 timestamp, uint256 nonce)
changeAuction(address nftContract, bytes32 auctionType, uint256 nftId, uint256 reserve, uint256 newAuctionDuration, bytes32 newAuctionType, uint256 newReserve, struct EIP712CancelAuction cancelAuctionPacket)
changeFee(uint256 newFeeMultiplier)
changeForcedWithdrawDelay(uint256 newDelay)
changeSequencer(address newSequencer, address newSettleSequencer)
changeTreasury(address newTreasury)
createAuction(address nftContract, uint256 auctionDuration, bytes32 auctionType, uint256 nftId, uint256 reserve)
deposit(address receiver) payable
emergencyDisableSequencer()
executeCancelAuction(address nftContract, bytes32 auctionType, uint256 nftId, uint256 reserve)
executePendingWithdrawal(uint256 timestamp, uint256 nonce)
increaseCounter(uint256 newCounter)
matchOrders(struct EIP712Offer sellerOffer, struct EIP712Offer buyerOffer, struct EIP712OfferAttestation sequencerStamp, address nftContract, bytes32 auctionType, uint256 nftId, uint256 reserve)
renounceOwnership()
setGuardian(address guardian, bool value)
settleAuction(address nftOwner, address nftContract, bytes32 auctionType, uint256 nftId, uint256 reserve, struct EIP712Bid bid, struct EIP712BidWinner bidWinner)
settleAuctionWithSealedBids(bytes32[] salts, address nftOwner, address nftContract, bytes32 auctionType, uint256 nftId, uint256 reserve, struct EIP712Bid bid, struct EIP712BidWinner bidWinner)
startCancelAuction(address nftContract, bytes32 auctionType, uint256 nftId, uint256 reserve)
startWithdrawal(uint256 amount, uint256 nonce)
transferOwnership(address newOwner)
withdraw(struct EIP712WithdrawalPacket packet)
withdrawWithSealedBids(bytes32[] salts, struct EIP712WithdrawalPacket packet)
AuctionCancelled(bytes32 auctionId)
AuctionCreated(address owner, address nftContract, uint256 auctionDuration, bytes32 auctionType, uint256 nftId, uint256 reserve)
AuctionSettled(bytes32 auctionId)
CancelWithdrawal(address owner, uint256 timestamp, uint256 nonce)
CounterIncreased(address account, uint256 newCounter)
ExecuteDelayedAuctionCancel(bytes32 auctionId)
ExecuteDelayedWithdrawal(address owner, uint256 timestamp, uint256 nonce)
FeeChanged(uint256 newFeeMultiplier)
ForcedWithdrawDelayChanged(uint256 newDelay)
GuardianSet(address guardian, bool value)
OfferCancelled(address account, uint256 nonce)
OrdersMatched(bytes32 auctionId, address buyer, address sender, uint256 buyerNonce, uint256 sellerNonce)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
SequencerChanged(address newSequencer, address newSettleSequencer)
SequencerDisabled(address guardian)
StartDelayedAuctionCancel(bytes32 auctionId)
StartWithdrawal(address owner, uint256 timestamp, uint256 nonce, uint256 amount)
Transfer(address indexed from, address indexed to, uint256 value)
TreasuryChanged(address newTreasury)
WithdrawNonceUsed(uint256 nonce)
constructor(address _sequencer, address _treasury, address _settleSequencer)
This contract contains no fallback and receive objects.
This contract contains no error objects.