Retro Arcade Collection
Verified contract
Active on
Ethereum with 15,005 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 "Retro Arcade Collection"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21192785 | 2 days ago | | | 0 | 0.00059231911 | |
| 21192387 | 2 days ago | | | 0 | 0.00065757955 | |
| 21189242 | 3 days ago | | | 0 | 0.0013519510 | |
| 21185667 | 3 days ago | | | 0 | 0.0013670874 | |
| 21185103 | 3 days ago | | | 0 | 0.0012333916 | |
| 21175878 | 4 days ago | | | 0 | 0.0014440048 | |
| 21175876 | 4 days ago | | | 0 | 0.0016003646 | |
| 21165488 | 6 days ago | | | 0 | 0.0015680217 | |
| 21135334 | 10 days ago | | | 0 | 0.00070785981 | |
| 21123518 | 12 days ago | | | 0 | 0.00059941353 |
ABI
ABI objects
Getter at block 21207285
RETRO_PRICE() view returns (uint256)
170000000000000000
TOTAL_TOKENS() view returns (uint256)
3999
WHITELIST_MINT_COUNT() view returns (uint256)
3999
baseExtension() view returns (string)
.json
creatorAddress() view returns (address)
0x6b0f422a3f461b6ef20eacc5bdb329e3e3712871
name() view returns (string)
Retro Arcade Collection
owner() view returns (address)
0x41b813ef88bc18436acd1dfd75106bfd4d3551ea
paused() view returns (bool)
false
preSaleMerkleRoot() view returns (bytes32)
0xc7efb392970918f20e7b31a471cd71521488171d4cec6a70e124cfa7004c3e34
publicSaleOpen() view returns (bool)
false
revealed() view returns (bool)
true
symbol() view returns (string)
RAC
totalSupply() view returns (uint256)
3999
Read-only
addressMintedBalance(address) view returns (uint256)
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)
mintPresale(uint256 quantity, bytes32[] merkleProof) payable
mintRAC(uint256 quantity) payable
renounceOwnership()
reveal()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseExtension(string _newBaseExtension)
setBaseURI(string _newBaseURI)
setCreatorAddress(address _creatorAddress)
setMerkleRoot(bytes32 _root)
setNFTPerAddressLimit(uint256 _limit)
setNotRevealedURI(string _notRevealedURI)
setPublicSaleOpen(bool _state)
setRetroPrice(uint256 _newPrice)
setTotalSupply(uint256 _totalTokens)
setWhiteListMintCount(uint256 _newCount)
togglePause()
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdrawAll() payable
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)
Paused(address account)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
Unpaused(address account)
retroArcadeNFTMinted(address sender, uint256 tokenId)
constructor(string _initNotRevealedUri)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
ContractPaused()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()