RetrooooTown
Verified contract
Active on
Ethereum with 6,566 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 "RetrooooTown"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20983128 | 24 days ago | | | 0 | 0.00017600840 | |
| 20169179 | 5 months ago | | | 0 | 0.00020119216 | |
| 19951805 | 5 months ago | | | 0 | 0.000077134494 | |
| 18908202 | 10 months ago | | | 0 | 0.00057715177 | |
| 18904265 | 10 months ago | | | 0 | 0.00033846971 | |
| 18203372 | a year ago | | | 0 | 0.00015824092 | |
| 18163637 | a year ago | | | 0 | 0.0012862842 | |
| 18062471 | a year ago | | | 0 | 0.00052977150 | |
| 18062469 | a year ago | | | 0 | 0.00063519976 | |
| 18062467 | a year ago | | | 0 | 0.00077803424 |
ABI
ABI objects
Getter at block 21157391
MAX_FREE_MINT_NUM() view returns (uint256)
1500
MAX_PUBLIC_MINT_PER_WALLET() view returns (uint256)
5
MAX_SUPPLY() view returns (uint256)
7777
PRICE() view returns (uint256)
5000000000000000
TEAM_RESERVE_NUM() view returns (uint256)
500
contractURI() pure returns (string)
ipfs://QmdZ5N6ESvVo1cxSfEmnB722TZgWinAA9SAjGpkw5U1LzA
freeMintActive() view returns (bool)
true
freeMintNum() view returns (uint256)
1500
name() view returns (string)
RetrooooTown
owner() view returns (address)
0x8020769ad1b980eccad31c9dfcb144865db28546
publicMintActive() view returns (bool)
true
symbol() view returns (string)
RT
teamMintNum() view returns (uint256)
223
totalSupply() view returns (uint256)
7777
Read-only
balanceOf(address owner) view returns (uint256)
explicitOwnershipOf(uint256 tokenId) view returns (struct ERC721ATokenOwnership)
explicitOwnershipsOf(uint256[] tokenIds) view returns (struct ERC721ATokenOwnership[])
freeMinted(address) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
numberMinted(address owner) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
tokensOfOwner(address owner) view returns (uint256[])
tokensOfOwnerIn(address owner, uint256 start, uint256 stop) view returns (uint256[])
State-modifying
Events approve(address to, uint256 tokenId)
flipFreeMintActive()
flipPublicMintActive()
freeMint()
mint(uint256 num) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setMetadataURI(string metadataURI)
teamMint(uint256 num, address to)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw(address to)
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()
InvalidQueryRange()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()