ExitQueue
Verified contract
Active on
Ethereum with 1,187 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($683,549.26)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
TEMPLE | ERC-20 | 271.249704K | $2.52 |
$683,549.26 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15449914 | 2 years ago | | | 0 | 0.0015029896 | |
| 15449909 | 2 years ago | | | 0 | 0.0010875956 | |
| 15449907 | 2 years ago | | | 0 | 0.00089391838 | |
| 15449895 | 2 years ago | | | 0 | 0.0010538135 | |
| 14456386 | 3 years ago | | | 0 | 0.0043369027 | |
| 14417695 | 3 years ago | | | 0 | 0.0024835844 | |
| 14415239 | 3 years ago | | | 0 | 0.0019801988 | |
| 14412928 | 3 years ago | | | 0 | 0.0028077948 | |
| 14394453 | 3 years ago | | | 0 | 0.0021090830 | |
| 14358235 | 3 years ago | | | 0 | 0.00055214105 |
ABI
ABI objects
Getter at block 21260070
TEMPLE() view returns (address)
0x470ebf5f030ed85fc1ed4c2d36b9dd02e77cf1b7
currentEpoch() view returns (uint256)
11613
epochSize() view returns (uint256)
640
firstBlock() view returns (uint256)
13827143
maxPerAddress() view returns (uint256)
112358100000000000000000
maxPerEpoch() view returns (uint256)
112358100000000000000000
nextUnallocatedEpoch() view returns (uint256)
1723
owner() view returns (address)
0xc6d556c34a179a224aebe42e77c6e76594148b97
Read-only
currentEpochAllocation(address _exiter, uint256 _epoch) view returns (uint256)
owedTemple(address) view returns (uint256)
totalPerEpoch(uint256) view returns (uint256)
userData(address) view returns (uint256 Amount, uint256 FirstExitEpoch, uint256 LastExitEpoch)
State-modifying
Events join(address _exiter, uint256 _amount)
migrate(address exiter, uint256[] epochs, uint256 length, address newExitQueue)
renounceOwnership()
setEpochSize(uint256 _epochSize)
setMaxPerAddress(uint256 _maxPerAddress)
setMaxPerEpoch(uint256 _maxPerEpoch)
setOwedTemple(address[] _users, uint256[] _amounts)
setStartingBlock(uint256 _firstBlock)
transferOwnership(address newOwner)
withdrawEpochs(uint256[] epochs, uint256 length)
JoinQueue(address exiter, uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Withdrawal(address exiter, uint256 amount)
constructor(address _TEMPLE, uint256 _maxPerEpoch, uint256 _maxPerAddress, uint256 _epochSize)
This contract contains no fallback and receive objects.
This contract contains no error objects.