Yusaku Senga
Yusaku Senga
- Hi guys, we tried changing the codes for Arbitrum support but, it seems have to remove "block" and adding some new features. if you have a plan to support...
add function for KYC executes ## Checkmethod - address - maxDonations ```js function addWhitelists(address kycProvider, address) returns (bool) {} ```
check and list all code reviews - [ ] function method check - [ ] function params declared check - [ ] function statement check - [ ] function recall...
- If a token creation event has been end, Proof of Donation executes a single Token creation event. but Some ICO project implement a second ICO strategies. RICO take off...
- Raiden contain ERC223 fixed token standard ``` /* * Contract that is working with ERC223 tokens * https://github.com/ethereum/EIPs/issues/223 */ /// @title ERC223ReceivingContract - Standard contract implementation for compatibility with...
This code supported http only. please add **https** method ``` func Call(method string, params interface{}) (*JSON2Response, error) { j := NewJSON2RequestBlank() j.Method = method j.Params = params j.ID = 1...