Internet Game S2 Ticket
Verified contract
Active on
Ethereum with 4,938 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "Internet Game S2 Ticket"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21308686 | 15 hours ago | | | 0 | 0.0011142930 | |
| 21073962 | a month ago | | | 0 | 0.00058624701 | |
| 21053297 | a month ago | | | 0 | 0.00013474992 | |
| 21053296 | a month ago | | | 0 | 0.00013570480 | |
| 21053295 | a month ago | | | 0 | 0.00012757235 | |
| 21053293 | a month ago | | | 0 | 0.00013440602 | |
| 20733299 | 3 months ago | | | 0 | 0.00013336855 | |
| 20586529 | 3 months ago | | | 0 | 0.000020514337 | |
| 20567633 | 3 months ago | | | 0 | 0.000024291532 | |
| 20567234 | 3 months ago | | | 0 | 0.000027908426 |
ABI
ABI objects
Getter at block 21313297
allowlistMints() view returns (uint256)
138
allowlistOpen() view returns (bool)
false
allowlistPrice() view returns (uint256)
59000000000000000
gametokenMints() view returns (uint256)
2337
gametokenPrice() view returns (uint256)
34000000000000000
macMints() view returns (uint256)
444
mintPrice() view returns (uint256)
69000000000000000
name() view returns (string)
Internet Game S2 Ticket
owner() view returns (address)
0x96c80ab80a920efd32485bc2fb9dfec601f357e6
publicMints() view returns (uint256)
1537
saleOpen() view returns (bool)
false
symbol() view returns (string)
INTERNET_GAME_S2_TICKET
totalSupply() view returns (uint256)
4787
transfersLocked() view returns (bool)
true
Read-only
balanceOf(address owner) view returns (uint256)
canMint(string nonce) view returns (bool)
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 quantity)
allowlistMint(bytes32 hash, bytes signature, string nonce, string list, uint256 maxQuantity, uint256 quantity) payable
approve(address to, uint256 tokenId)
mint(uint256 quantity) 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)
toggleAllowlist()
toggleSale()
toggleTransfers()
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
ConsecutiveTransfer(uint256 indexed fromTokenId, uint256 toTokenId, address indexed from, address indexed to)
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.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()