This contract is being backfilled. You may encounter incomplete storage history.

Catapult

Verified contract

Active on Base with 3,283 txns
Deployed by via 0x14c1b699 at 14526766
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
ERC-20
Value $4,156.09
ERC-20
Value $0
ERC-20
Value $0
ERC-20
--
ERC-20
--
0xc4a57e58fa28377456abf38a28dd3e4d19bd885c245510bd3c671dcd25790d1e
0x1688a4700331a1fb6ea6dbc622c6a90fe514cc1199823fe644decc5651ac7da2
0x893d740a957616154fa92c8e20a6d40a0d67fefbee39062bc38beb79a54b8191
0x38fc4dcfca7c8f4148deebcf1f9414e2051b54bc15c5b543ac0b29ff2675517e
0x4c695cb1c4f7d8851d6b5493abc39ff962775b0db4e85e09f28e8f94a400df09
0x38fa602466eeb60683ef55f6b6dd39ec107e37c6bf92e414f7670c8a8b0e6825
0x8e740ae2699d82ed90d73845d6db11ad4c5d51c2f1bb02253e9d648fb6eb595c
0x63b1ca9c99bfdadba43ba4570bbb64d2c3955cb09a739935c8fd75c2fc4b44f7
0x32036ee1a46dafcd03eba76881906ea6daf67cd0172c436a3c4b28c57a5c48a6
0x1565913b91741070768c353cff6553bd7b7f2f4006e3589f222e34807e05c682

Functions
Getter at block 21747104
endTimestamp(view returns (uint256)
1716026400
owner(view returns (address)
0x10d1051b8553514d091f51fe1c7cd256090dd643
pendingOwner(view returns (address)
0x0000000000000000000000000000000000000000
startTimestamp(view returns (uint256)
1715940000
token(view returns (address)
0xbdf5bafee1291eec45ae3aadac89be8152d4e673
withdrawableRoot(view returns (bytes32)
0xd498064ce8427026a00130c63682e4d2fefc02f420facd82b306d3ed73cf622b
Read-only
deposits(address participantview returns (uint256 amount)
withdrawals(address participantview returns (bool withdrawn)
State-modifying
acceptOwnership(
deposit(uint256 amount
renounceOwnership(
schedule(uint256 startuint256 end
transferOwnership(address newOwner
updateWithdrawableRoot(bytes32 value
withdraw(uint256 amountbytes32[] proof
withdrawCoin(address to
withdrawToken(address toaddress token_uint256 amount
Events
Deposited(address indexed participantuint256 amount
OwnershipTransferStarted(address indexed previousOwneraddress indexed newOwner
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Scheduled(uint256 startTimestampuint256 endTimestamp
UpdatedWithdrawableRoot(bytes32 withdrawableRoot
Withdrawn(address indexed participantuint256 amount
Constructor
constructor(address token_
Fallback and receive
receive(
Errors
AddressEmptyCode(address target
AddressInsufficientBalance(address account
FailedInnerCall(
Forbidden(
OwnableInvalidOwner(address owner
OwnableUnauthorizedAccount(address account
SafeERC20FailedOperation(address token
UnacceptableReference(address account
UnacceptableValue(
WithdrawToZeroAddress(