EdenNetworkProxy
Verified contract
Proxy
Active on
Ethereum with 18,808 txns
Unified storage
Map
Table
Raw
Constants and immutables
2
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x1559…1559
0xdce4…daf5
Balances ($280,120.85)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
EDEN | ERC-20 | 11.294831M | $0.024801 |
$280,120.85 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20972833 | a month ago | | | 0 | 0.0025116732 | |
| 20903384 | a month ago | | | 0 | 0.00051649509 | |
| 20858540 | a month ago | | | 0 | 0.0010023011 | |
| 20853396 | a month ago | | | 0 | 0.00090384658 | |
| 20770882 | 2 months ago | | | 0 | 0.0021701662 | |
| 20760602 | 2 months ago | | | 0 | 0.00026753940 | |
| 20739713 | 2 months ago | | | 0 | 0.00017398959 | |
| 20736979 | 2 months ago | | | 0 | 0.00058498404 | |
| 20736957 | 2 months ago | | | 0 | 0.00061689950 | |
| 20736956 | 2 months ago | | | 0 | 0.00065753606 |
ABI
ABI objects
Getter at block 21159585
MIN_BID() view returns (uint128)
10000000000000000
admin() view returns (address)
0x8f48fe27f68a86786fbbd5d38ea53c2748b234b6
lockManager() view returns (address)
0xdce455355c2993c18ab5a34dfee4525d66eadaf5
taxDenominator() view returns (uint16)
30
taxNumerator() view returns (uint16)
1
token() view returns (address)
0x1559fa1b8f28238fd5d76d9f434ad86fd20d1559
Read-only
lockedBalance(address) view returns (uint128)
slotBalance(uint8 slot) view returns (uint128 balance)
slotBid(uint8) view returns (address bidder, uint16 taxNumerator, uint16 taxDenominator, uint64 periodStart, uint128 bidAmount)
slotCost(uint8 slot) view returns (uint128)
slotDelegate(uint8 slot) view returns (address)
slotExpiration(uint8) view returns (uint64)
slotForeclosed(uint8 slot) view returns (bool)
slotOwner(uint8 slot) view returns (address)
stakedBalance(address) view returns (uint128)
State-modifying
Events admin() returns (address admin_)
changeAdmin(address newAdmin)
implementation() returns (address implementation_)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
claimSlot(uint8 slot, uint128 bid, address delegate)
claimSlotWithPermit(uint8 slot, uint128 bid, address delegate, uint256 deadline, uint8 v, bytes32 r, bytes32 s)
initialize(address _token, address _lockManager, address _admin, uint16 _taxNumerator, uint16 _taxDenominator)
setAdmin(address newAdmin)
setSlotDelegate(uint8 slot, address delegate)
setTaxRate(uint16 numerator, uint16 denominator)
stake(uint128 amount)
stakeFor(address recipient, uint128 amount)
stakeForWithPermit(address recipient, uint128 amount, uint256 deadline, uint8 v, bytes32 r, bytes32 s)
stakeWithPermit(uint128 amount, uint256 deadline, uint8 v, bytes32 r, bytes32 s)
unstake(uint128 amount)
withdraw(uint128 amount)
AdminChanged(address previousAdmin, address newAdmin)
Upgraded(address indexed implementation)
AdminUpdated(address indexed newAdmin, address indexed oldAdmin)
SlotClaimed(uint8 indexed slot, address indexed owner, address indexed delegate, uint128 newBidAmount, uint128 oldBidAmount, uint16 taxNumerator, uint16 taxDenominator)
SlotDelegateUpdated(uint8 indexed slot, address indexed owner, address indexed newDelegate, address oldDelegate)
Stake(address indexed staker, uint256 stakeAmount)
TaxRateUpdated(uint16 newNumerator, uint16 newDenominator, uint16 oldNumerator, uint16 oldDenominator)
Unstake(address indexed staker, uint256 unstakedAmount)
Withdraw(address indexed withdrawer, uint256 withdrawalAmount)
constructor(address _logic, address admin_, bytes _data)
fallback()
receive()
This contract contains no error objects.