333 Interactive Games
Verified contract
Active on
Ethereum with 189 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($9.23)
Native
Value
$9.23
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.003 | $3,076.03 |
$9.23 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16963037 | 2 years ago | | | 0 | 0.00047941256 | |
| 15346295 | 2 years ago | | | 0.003 | 0.0014400699 | |
| 15343782 | 2 years ago | | | 0 | 0.00055368000 | |
| 15343507 | 2 years ago | | | 0.003 | 0.0015544564 | |
| 15343492 | 2 years ago | | | 0.003 | 0.0017607216 | |
| 15343421 | 2 years ago | | | 0.003 | 0.0036682634 | |
| 15343382 | 2 years ago | | | 0.006 | 0.00078501500 | |
| 15343382 | 2 years ago | | | 0.006 | 0.00081679568 | |
| 15343382 | 2 years ago | | | 0.006 | 0.00097311500 | |
| 15343363 | 2 years ago | | | 0 | 0.00068200334 |
ABI
ABI objects
Getter at block 21230408
FREE_MAX_SUPPLY() view returns (uint256)
0
MAX_PER_TX() view returns (uint256)
20
MAX_PER_TX_FREE() view returns (uint256)
1
MAX_SUPPLY() view returns (uint256)
666
baseExtension() view returns (string)
baseURI() view returns (string)
ipfs://QmNkvBCS2J82AunubsWggnpn2EraatWgRctviBYjwTtsGj/
contractURI() view returns (string)
ipfs://QmNkvBCS2J82AunubsWggnpn2EraatWgRctviBYjwTtsGj/
name() view returns (string)
333 Interactive Games
owner() view returns (address)
0x5c30b62544d37d601a5a4c12043cb06c584ef1bd
paused() view returns (bool)
false
price() view returns (uint256)
3000000000000000
proxyRegistryAddress() view returns (address)
0xa5409ec958c83c3f309868babaca7c86dcb077c1
symbol() view returns (string)
IG
totalSupply() view returns (uint256)
393
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 approve(address to, uint256 tokenId)
collect()
configFREE_MAX_SUPPLY(uint256 newFreesupply)
configMAX_SUPPLY(uint256 newSupply)
configPrice(uint256 newPrice)
mint(uint256 _amount) payable
pause(bool _state)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI_)
setContractURI(string _contractURI)
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)
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()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()