Internet Game Token
Verified contract
Active on
Ethereum with 24,218 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
INTERNET_GAME_TOKEN | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21208426 | 9 days ago | | | 0 | 0.00057006468 | |
| 21207875 | 9 days ago | | | 0 | 0.00036351100 | |
| 21207874 | 9 days ago | | | 0 | 0.00036826413 | |
| 21193925 | 11 days ago | | | 0 | 0.0014475680 | |
| 21167231 | 15 days ago | | | 0 | 0.0020179731 | |
| 20937109 | 2 months ago | | | 0 | 0.00034867817 | |
| 20899414 | 2 months ago | | | 0 | 0.00010670133 | |
| 20743250 | 2 months ago | | | 0 | 0.000086541092 | |
| 20719321 | 3 months ago | | | 0 | 0.000059193959 | |
| 20698456 | 3 months ago | | | 0 | 0.000052835663 |
ABI
ABI objects
Getter at block 21275353
bronzelistPrice() view returns (uint256)
75000000000000000
maxMintsPerTransaction() view returns (uint256)
2
maxPerTier() view returns (uint256)
1000
mintPrice() view returns (uint256)
175000000000000000
name() view returns (string)
Internet Game Token
owner() view returns (address)
0x96c80ab80a920efd32485bc2fb9dfec601f357e6
priceIncrement() view returns (uint256)
25000000000000000
publicMinted() view returns (uint256)
3484
saleOpen() view returns (bool)
false
startingPrice() view returns (uint256)
100000000000000000
symbol() view returns (string)
INTERNET_GAME_TOKEN
totalSupply() view returns (uint256)
8000
whitelistMinted() view returns (uint256)
4385
whitelistOpen() view returns (bool)
false
whitelistPrice() view returns (uint256)
50000000000000000
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events adminMint(address addr, uint256 tokenCount)
approve(address to, uint256 tokenId)
mint(bytes32 hash, bytes signature, string nonce, uint256 tokenQuantity, string list, uint256 timestamp) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string URI)
setSignerAddress(address addr)
toggleSale()
toggleWhitelist()
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
whitelistMint(bytes32 hash, bytes signature, string nonce, string list, uint256 timestamp) payable
withdraw()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.