SpillWays_ETH
Verified contract
Active on
Ethereum with 322 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 99 additional slots
0x834c…fbd5
0x834c…fbd5
Balances ($0.00)
No balances found for "SpillWays_ETH"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19850401 | 7 months ago | | | 0 | 0.00059460299 | |
| 19812639 | 7 months ago | | | 0.1 | 0.0065181505 | |
| 19592831 | 8 months ago | | | 0 | 0.0021483288 | |
| 19592817 | 8 months ago | | | 0.1 | 0.012047330 | |
| 19235977 | 10 months ago | | | 0 | 0.0035132431 | |
| 19233785 | 10 months ago | | | 0 | 0.0026133264 | |
| 19233764 | 10 months ago | | | 0 | 0.0030614999 | |
| 19233757 | 10 months ago | | | 0 | 0.0029413154 | |
| 19219255 | 10 months ago | | | 0 | 0.0033174054 | |
| 19219216 | 10 months ago | | | 0.1 | 0.022805149 |
ABI
ABI objects
Getter at block 21325647
denomination() view returns (uint256)
100000000000000000
deposit_fee() view returns (uint256)
0
getLastRoot() view returns (bytes32)
0x115da1a17a894717461e498ed2c8f116ce52b5ed91a9ea3656e9b76532211414
operator() view returns (address)
0x618f5f2c385602d49215f51d4551a0f27be65d64
split1_fee() view returns (uint256)
50
split2_fee() view returns (uint256)
50
verifier() view returns (address)
0xa3089986bd6ce0711e8a0a26f89eb1b0ff81170e
withdraw_fee() view returns (uint256)
2
Read-only
hashLeftRight(bytes32 _left, bytes32 _right) pure returns (bytes32)
isKnownRoot(bytes32 _root) view returns (bool)
isSpent(bytes32 _nullifierHash) view returns (bool)
isSpentArray(bytes32[] _nullifierHashes) view returns (bool[] spent)
State-modifying
Events changeOperator(address _newOperator)
deposit(bytes32 _commitment) payable
setDepositFee(uint256 fee)
setFeesRecievers(address f1, address f2)
setSplitFees(uint256 f1, uint256 f2)
setWithdrawFee(uint256 fee)
updateVerifier(address _newVerifier)
withdraw(bytes _proof, bytes32 _root, bytes32 _nullifierHash, address _recipient, address _relayer, uint256 _fee, uint256 _refund) payable
Deposit(bytes32 indexed commitment, uint32 leafIndex, uint256 timestamp)
Withdrawal(address to, bytes32 nullifierHash, address indexed relayer, uint256 fee)
constructor(address _verifier, uint256 _denomination, uint32 _merkleTreeHeight, address _operator)
This contract contains no fallback and receive objects.
This contract contains no error objects.