AuctionityDepositEth
Verified contract
Active on
Ethereum with 95,633 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($5,137.31)
Native
Value
$5,137.31
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 1.596118 | $3,218.63 |
$5,137.31 | |
TPP | ERC-20 | 2.2K | -- | -- | |
CK | ERC-20 | 37 | -- | -- | |
EBK | ERC-20 | 20.101082 | -- | -- | |
AOA | ERC-20 | 2 | -- | -- | |
EMONA | ERC-721 | 1 | -- | -- | |
EMONA | ERC-721 | 1 | -- | -- | |
CBF | ERC-20 | 1 | -- | -- | |
(#148238) | MLBCB | ERC-721 | 1 | -- | -- |
(#141761) | MLBCB | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 11933211 | 4 years ago | | | 0 | 0.014864520 | |
| 11933211 | 4 years ago | | | 0 | 0.014864520 | |
| 11933211 | 4 years ago | | | 0 | 0.014864520 | |
| 11933211 | 4 years ago | | | 0 | 0.014729388 | |
| 11933205 | 4 years ago | | | 0 | 0.014864520 | |
| 11933199 | 4 years ago | | | 0 | 0.014864520 | |
| 11933199 | 4 years ago | | | 0 | 0.014864520 | |
| 11931143 | 4 years ago | | | 0 | 0.014864520 | |
| 11931103 | 4 years ago | | | 0 | 0.014864520 | |
| 11931103 | 4 years ago | | | 0 | 0.014864520 |
ABI
ABI objects
Getter at block 21161245
auctionityChainId() view returns (uint8)
63
ethereumChainId() view returns (uint8)
1
maintenanceLock() view returns (bool)
false
migrationLock() view returns (bool)
false
oracle() view returns (address)
0x6e2c6f4460c53ba7eabcb85777334fbcf59c3432
owner() view returns (address)
0x4add46c2268402f2cd30b2e837ab7a3cdc70677b
version() view returns (string)
deposit-eth-v1
Read-only
auctionEndVoucherList(uint256) view returns (bytes32)
auctionEndVoucherSubmitted(bytes32) view returns (bool)
depotEth(address) view returns (uint256)
getDepotEth(address _user) view returns (uint256 _amount)
withdrawalVoucherList(uint256) view returns (bytes32)
withdrawalVoucherSubmitted(bytes32) view returns (bool)
State-modifying
Events auctionEndVoucher(bytes _data, bytes _signedRawTxCreateAuction, bytes _signedRawTxBidding, bytes _send)
depositEth() payable
setMaintenanceLock(bool _lock)
setMigrationLock(bool _lock)
setOracle(address _oracle)
withdrawalVoucher(bytes _data, bytes _signedRawTxWithdrawal)
LogAuctionEndVoucherSubmitted(bytes32 tokenHash, address tokenContractAddress, uint256 tokenId, address indexed seller, address indexed winner, uint256 amount, bytes32 auctionEndVoucherHash)
LogDeposed(address user, uint256 amount)
LogError(string version, string error)
LogErrorWithData(string version, string error, bytes32[] data)
LogSentDepotEth(address user, uint256 amount)
LogSentEthToAuctioneer(address auction, address user, uint256 amount)
LogSentEthToWinner(address auction, address user, uint256 amount)
LogSentRewardsDepotEth(address[] user, uint256[] amount)
LogWithdrawalVoucherSubmitted(address user, uint256 amount, bytes32 withdrawalVoucherHash)
constructor(uint8 _ethereumChainId, uint8 _auctionityChainId)
fallback()
This contract contains no error objects.