Skip to content

Instantly share code, notes, and snippets.

View Pongch's full-sized avatar
🛳️
I ship

Pong Cheecharern Pongch

🛳️
I ship
  • OmiseGO
  • Bangkok
View GitHub Profile
0xBddeAeE01f00e02c081D36c100D5DEe723cB9E17
@Pongch
Pongch / 721X-Last
Created October 10, 2018 14:45
721x w/ an option to set Token Metadata on mint
pragma solidity ^0.4.24;
// File: contracts/Interfaces/ERC721X.sol
contract ERC721X {
function implementsERC721X() public pure returns (bool);
function ownerOf(uint256 _tokenId) public view returns (address _owner);
function balanceOf(address owner) public view returns (uint256);
function balanceOf(address owner, uint256 tokenId) public view returns (uint256);
function tokensOwned(address owner) public view returns (uint256[], uint256[]);
// Code generated - DO NOT EDIT.
// This file is a generated binding and any manual changes will be lost.
package PaymentExitGame
import (
"math/big"
"strings"
ethereum "github.com/ethereum/go-ethereum"
// Code generated - DO NOT EDIT.
// This file is a generated binding and any manual changes will be lost.
package PlasmaFramework
import (
"math/big"
"strings"
ethereum "github.com/ethereum/go-ethereum"
// Code generated - DO NOT EDIT.
// This file is a generated binding and any manual changes will be lost.
package Erc20Vault
import (
"math/big"
"strings"
ethereum "github.com/ethereum/go-ethereum"
// Code generated - DO NOT EDIT.
// This file is a generated binding and any manual changes will be lost.
package EthVault
import (
"math/big"
"strings"
ethereum "github.com/ethereum/go-ethereum"
// Code generated - DO NOT EDIT.
// This file is a generated binding and any manual changes will be lost.
package PaymentExitGame
import (
"math/big"
"strings"
ethereum "github.com/ethereum/go-ethereum"
// Code generated - DO NOT EDIT.
// This file is a generated binding and any manual changes will be lost.
package PlasmaFramework
import (
"math/big"
"strings"
ethereum "github.com/ethereum/go-ethereum"
// Code generated - DO NOT EDIT.
// This file is a generated binding and any manual changes will be lost.
package EthVault
import (
"math/big"
"strings"
"github.com/ethereum/go-ethereum/accounts/abi"
// Code generated - DO NOT EDIT.
// This file is a generated binding and any manual changes will be lost.
package ERC20Vault
import (
"math/big"
"strings"
"github.com/ethereum/go-ethereum/accounts/abi"