1970s by LSD
Verified contract
Active on
Ethereum with 636 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 "1970s by LSD"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21101850 | a month ago | | | 0 | 0.00022536302 | |
| 18776830 | a year ago | | | 0 | 0.00080639910 | |
| 18025529 | a year ago | | | 0 | 0.00044331433 | |
| 16774374 | 2 years ago | | | 0 | 0.0010304141 | |
| 16758896 | 2 years ago | | | 0 | 0.00066594973 | |
| 16686975 | 2 years ago | | | 0 | 0.0016577876 | |
| 16522223 | 2 years ago | | | 0 | 0.00061090206 | |
| 16489420 | 2 years ago | | | 0 | 0.00036155894 | |
| 16293858 | 2 years ago | | | 0 | 0.00040625378 | |
| 16227237 | 2 years ago | | | 0 | 0.00073387801 |
ABI
ABI objects
Getter at block 21404318
MAX_MINT() view returns (uint256)
3
MAX_SUPPLY() view returns (uint256)
400
SALE_PRICE() view returns (uint256)
8000000000000000
baseURI() view returns (string)
ipfs://QmTYGt5UVyATXSyppGkyKNZ5GkNyv5n5euV9g4G9xqFPgB/
mintStarted() view returns (bool)
true
name() view returns (string)
1970s by LSD
owner() view returns (address)
0x4612ba4fa07673bf21306219e2e5de61478f3fa8
symbol() view returns (string)
1970
totalSupply() view returns (uint256)
400
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
mintPerWallet(address) view returns (uint256)
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) payable
mint(uint256 _quantity) payable
renounceOwnership()
reserveMint(address receiver, uint256 mintAmount)
safeTransferFrom(address from, address to, uint256 tokenId) payable
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data) payable
setApprovalForAll(address operator, bool approved)
setBaseURI(string uri)
setPrice(uint256 _newPrice)
startSale()
transferFrom(address from, address to, uint256 tokenId) payable
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()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()