OPB Gasless WL server
- API DOCS 링크는 요청시 개별 전달
[
'address',
'uint256',
'address'
],
[
wallet.address,
new Date(wallet.first_tx_time).getFullYear(),
process.env.SALE_CONTRACT_ADDRESS,
]
서명은 WL_MANAGER Key로 Sign되었으며, 서버에서 전달받은 ticket_hash
를 컨트렉트에 전달 시 아래와 같이 uint8array로 형변환이 필요함
let ticket_hash_binary = await ethers.utils.arrayify(ticket_hash);
개잡부 wrote this file. As long as you retain this notice you
can do whatever you want with this stuff. If we meet some day, and you think
this stuff is worth it, you can buy me a beer in return freerhein.