MultiRoundCheckout
Verified contract
Implementation
Active on
Base with 0 txns
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
-
variable spans 49 additional slots
-
variable spans 48 additional slots
-
variable spans 48 additional slots
-
variable spans 48 additional slots
Balances ($0.00)
No balances found for "MultiRoundCheckout"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "MultiRoundCheckout"
ABI
ABI objects
Getter at block 23077154
allo() view returns (address)
0x0000000000000000000000000000000000000000
owner() view returns (address)
0x0000000000000000000000000000000000000000
paused() view returns (bool)
true
Read-only
This contract contains no read-only function objects.
State-modifying
Events allocate(uint256[] _poolIds, uint256[] _amounts, bytes[] _data) payable
allocateDAIPermit(bytes[] _data, uint256[] _poolIds, uint256[] _amounts, uint256 totalAmount, address token, uint256 deadline, uint256 nonce, uint8 v, bytes32 r, bytes32 s)
allocateERC20Permit(bytes[] _data, uint256[] _poolIds, uint256[] _amounts, uint256 totalAmount, address token, uint256 deadline, uint8 v, bytes32 r, bytes32 s)
initialize(address _allo)
pause()
renounceOwnership()
transferOwnership(address newOwner)
unpause()
updateAllo(address _allo)
vote(bytes[][] votes, address[] rounds, uint256[] amounts) payable
voteDAIPermit(bytes[][] votes, address[] rounds, uint256[] amounts, uint256 totalAmount, address token, uint256 deadline, uint256 nonce, uint8 v, bytes32 r, bytes32 s)
voteERC20Permit(bytes[][] votes, address[] rounds, uint256[] amounts, uint256 totalAmount, address token, uint256 deadline, uint8 v, bytes32 r, bytes32 s)
Initialized(uint8 version)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
Unpaused(address account)
constructor()
This contract contains no fallback and receive objects.
AmountsNotEqualRoundsLength()
ExcessAmountSent()
INVALID_INPUT()
VotesNotEqualRoundsLength()