NogsTippingPool
Verified contract
Implementation
Active on
Base with 0 txns
Storage
Map
Table
Raw
Constants and immutables
0
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
Balances ($0.00)
No balances found for "NogsTippingPool"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "NogsTippingPool"
ABI
ABI objects
Getter at block 22535646
erc20() view returns (address)
0x0000000000000000000000000000000000000000
owner() view returns (address)
0x0000000000000000000000000000000000000000
withdrawalSigner() view returns (address)
0x0000000000000000000000000000000000000000
Read-only
balance(address account) view returns (struct NogsTippingPoolBalanceStatus)
withdrawalUsed(uint256 withdrawalId) view returns (bool)
State-modifying
Events deposit(uint256 amount)
initialize(address erc20Addr, address signerAddr)
renounceOwnership()
transferOwnership(address newOwner)
updateSigner(address addr)
withdraw(uint256 withdrawalId, uint256 amount, uint256 expiry, bytes signature)
Deposit(address indexed account, uint256 amount)
Initialized(uint8 version)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Withdrawal(address indexed account, uint256 withdrawalId, uint256 amount)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.