ArcadeNFT
Verified contract
Active on
Ethereum with 13,244 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 |
---|---|---|---|---|---|
TDRZ | ERC-721 | 1 | -- | -- | |
MM | ERC-721 | 1 | -- | -- | |
SRSC | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21264557 | 15 hours ago | | | 0 | 0.00084341039 | |
| 21258938 | a day ago | | | 0 | 0.00063699360 | |
| 21118140 | 21 days ago | | | 0 | 0.00011960214 | |
| 21082371 | a month ago | | | 0 | 0.00034272203 | |
| 21082356 | a month ago | | | 0 | 0.00041521140 | |
| 21053189 | a month ago | | | 0 | 0.00019392687 | |
| 21052899 | a month ago | | | 0 | 0.00022486159 | |
| 21041975 | a month ago | | | 0 | 0.00052740094 | |
| 21015277 | a month ago | | | 0 | 0.00047024903 | |
| 20955744 | a month ago | | | 0 | 0.00044821591 |
ABI
ABI objects
Getter at block 21269096
contractURI() pure returns (string)
https://arcadenfts.com/c_metadata.json
gamesCount() view returns (uint256)
5
name() view returns (string)
ArcadeNFT
owner() view returns (address)
0xb72bf6175ed6f8c0446a053bfaa4541474b69028
symbol() view returns (string)
ANFT
totalSupply() view returns (uint256)
6076
Read-only
balance(address _owner) view returns (uint256)
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getGameKey(string _gameId) pure returns (bytes32)
getIssued(string _gameId) view returns (uint256)
interactiveConfURI(uint256 tokenId, address owner) view returns (string)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwner(address _owner, uint256 _index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 _tokenId) view returns (string)
State-modifying
Events addGame(string _gameId, uint256 _maxIssuance)
approve(address to, uint256 tokenId)
burn(uint256 tokenId)
completeCollection()
issueToken(address _beneficiary, string _gameId) payable
issueTokens(address _beneficiary, string _gameId, uint256 _nbrOfTokens) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setAllowed(address _operator, bool _allowed)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _baseURI)
setCollectionPrice(bytes32 _gameKey, uint256 _price)
setGameURI(bytes32 _gameKey, string _uri)
setInteractiveConfURI(uint256 tokenId, address owner, string _interactiveConfURI)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw()
AddGame(bytes32 indexed _gameIdKey, string _gameId, uint256 _maxIssuance)
Allowed(address indexed _operator, bool _allowed)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
BaseURI(string _oldBaseURI, string _newBaseURI)
Complete()
ConfigurationURI(uint256 indexed tokenId, address indexed owner, string configurationURI)
Issue(address indexed _beneficiary, uint256 indexed _tokenId, bytes32 indexed _gameIdKey, string _gameId, uint256 _issuedId)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string _name, string _symbol, address _operator, string _baseURI)
This contract contains no fallback and receive objects.
This contract contains no error objects.